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
395 B

  1. /*
  2. * OptionParserException.h
  3. *
  4. * Created on: 23.08.2013
  5. * Author: Philipp Berger
  6. */
  7. #ifndef STORM_EXCEPTIONS_OPTIONPARSEREXCEPTION_H_
  8. #define STORM_EXCEPTIONS_OPTIONPARSEREXCEPTION_H_
  9. #include "src/exceptions/BaseException.h"
  10. namespace storm {
  11. namespace exceptions {
  12. STORM_EXCEPTION_DEFINE_NEW(OptionParserException)
  13. }
  14. }
  15. #endif /* STORM_EXCEPTIONS_OPTIONPARSEREXCEPTION_H_ */