#ifndef STORM_INVALIDJANIEXCEPTION_H #define STORM_INVALIDJANIEXCEPTION_H #include "src/exceptions/BaseException.h" #include "src/exceptions/ExceptionMacros.h" namespace storm { namespace exceptions { STORM_NEW_EXCEPTION(InvalidJaniException) } // namespace exceptions } // namespace storm #endif //STORM_INVALIDJANIEXCEPTION_H