#pragma once

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

namespace storm {
    namespace exceptions {

        STORM_NEW_EXCEPTION(AmbiguousModelException)

    } // namespace exceptions
} // namespace storm