15 lines
405 B

#ifndef STORM_EXCEPTIONS_OUTOFRANGEEXCEPTION_H_
#define STORM_EXCEPTIONS_OUTOFRANGEEXCEPTION_H_
#include "storm/exceptions/BaseException.h"
#include "storm/exceptions/ExceptionMacros.h"
namespace storm {
namespace exceptions {
STORM_NEW_EXCEPTION(OutOfRangeException)
} // namespace exceptions
} // namespace storm
#endif /* STORM_EXCEPTIONS_OUTOFRANGEEXCEPTION_H_ */