|
@ -0,0 +1,14 @@ |
|
|
|
|
|
#ifndef STORM_UNSUPPORTEDMODELEXCEPTION_H |
|
|
|
|
|
#define STORM_UNSUPPORTEDMODELEXCEPTION_H |
|
|
|
|
|
|
|
|
|
|
|
#include "src/exceptions/BaseException.h" |
|
|
|
|
|
#include "src/exceptions/ExceptionMacros.h" |
|
|
|
|
|
|
|
|
|
|
|
namespace storm { |
|
|
|
|
|
namespace exceptions { |
|
|
|
|
|
|
|
|
|
|
|
STORM_NEW_EXCEPTION(UnsupportedModelException) |
|
|
|
|
|
|
|
|
|
|
|
} // namespace exceptions |
|
|
|
|
|
} // namespace storm |
|
|
|
|
|
#endif //STORM_UNSUPPORTEDMODELEXCEPTION_H |