|
|
@ -250,7 +250,9 @@ int main(const int argc, const char** argv) { |
|
|
|
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()); |
|
|
|
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()); |
|
|
|
return 2; |
|
|
|
} |
|
|
|
} |