nodet / dowml

A library and command line client to use Decision Optimization on IBM Watson Machine Learning (WML). NOT SUPPORTED BY IBM.
Apache License 2.0
3 stars 0 forks source link

An exception raised should always have an error message #38

Closed nodet closed 2 years ago

nodet commented 2 years ago

It's not ok to rely only on the type of the Exception to convey what went wrong. Rather than logging an error and raising a quite generic exception, we should raise an exception that has all the information.