Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
OutOfRangeException.h
Go to the documentation of this file.
1#ifndef STORM_EXCEPTIONS_OUTOFRANGEEXCEPTION_H_
2#define STORM_EXCEPTIONS_OUTOFRANGEEXCEPTION_H_
3
6
7namespace storm {
8namespace exceptions {
9
10STORM_NEW_EXCEPTION(OutOfRangeException)
11
12} // namespace exceptions
13} // namespace storm
14
15#endif /* STORM_EXCEPTIONS_OUTOFRANGEEXCEPTION_H_ */
#define STORM_NEW_EXCEPTION(exception_name)
Macro to generate descendant exception classes.
LabParser.cpp.
Definition cli.cpp:18