Closed jannikmi closed 3 years ago
Thanks for the feedback. As you closed the ticket, I assume you worked arround it. If it is important to get the internal exception type, one could rethrow after logging instead of generating a new exception. So far we didn't had a use case, there for it was not in the design scope.
solver.run() should not catch all errors as it currently is:
this makes debugging (tracing back the errors) unnecessarily hard and does not really add value in my opinion. "Failed to execute solver" is quite obvious, isn't it?