#ifndef STORM_EXCEPTIONS_NOTIMPLEMENTEDEXCEPTION_H_
#define STORM_EXCEPTIONS_NOTIMPLEMENTEDEXCEPTION_H_

#include "storm/exceptions/BaseException.h"
#include "storm/exceptions/ExceptionMacros.h"

namespace storm {
    namespace exceptions {
        
        STORM_NEW_EXCEPTION(NotImplementedException)
        
    } // namespace exceptions
} // namespace storm

#endif /* STORM_EXCEPTIONS_NOTIMPLEMENTEDEXCEPTION_H_ */