|
|
@ -251,10 +251,10 @@ int main(const int argc, const char** argv) { |
|
|
|
storm::utility::cleanUp(); |
|
|
|
return 0; |
|
|
|
} catch (storm::exceptions::BaseException const& exception) { |
|
|
|
STORM_LOG_ERROR("An exception caused storm-DyFTeE to terminate. The message of the exception is: " << exception.what()); |
|
|
|
STORM_LOG_ERROR("An exception caused Storm-DyFTeE to terminate. The message of the exception is: " << exception.what()); |
|
|
|
return 1; |
|
|
|
} catch (std::exception const& exception) { |
|
|
|
STORM_LOG_ERROR("An unexpected exception occurred and caused storm-DyFTeE to terminate. The message of this exception is: " << exception.what()); |
|
|
|
STORM_LOG_ERROR("An unexpected exception occurred and caused Storm-DyFTeE to terminate. The message of this exception is: " << exception.what()); |
|
|
|
return 2; |
|
|
|
} |
|
|
|
} |