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.

15 lines
385 B

  1. #ifndef STORM_EXCEPTIONS_FILEIOEXCEPTION_H_
  2. #define STORM_EXCEPTIONS_FILEIOEXCEPTION_H_
  3. #include "src/exceptions/BaseException.h"
  4. #include "src/exceptions/ExceptionMacros.h"
  5. namespace storm {
  6. namespace exceptions {
  7. STORM_NEW_EXCEPTION(FileIoException)
  8. } // namespace exceptions
  9. } // namespace storm
  10. #endif /* STORM_EXCEPTIONS_FILEIOEXCEPTION_H_ */