You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
438 B

  1. /*
  2. * ExpressionEvaluationException.h
  3. *
  4. * Created on: 12.01.2013
  5. * Author: Christian Dehnert
  6. */
  7. #ifndef STORM_EXCEPTIONS_EXPRESSIONEVALUATIONEXCEPTION_H_
  8. #define STORM_EXCEPTIONS_EXPRESSIONEVALUATIONEXCEPTION_H_
  9. #include "src/exceptions/BaseException.h"
  10. namespace storm {
  11. namespace exceptions {
  12. STORM_EXCEPTION_DEFINE_NEW(ExpressionEvaluationException)
  13. }
  14. }
  15. #endif /* STORM_EXCEPTIONS_EXPRESSIONEVALUATIONEXCEPTION_H_ */