lanl / fiducia

An open source package for DANTE signal analysis using the cubic spline unfold method.
Other
5 stars 4 forks source link

Detailed exception handling #49

Open pmk-LANL opened 3 years ago

pmk-LANL commented 3 years ago

Most exceptions currently throw an Exception, we should make these more specific by replacing them with built-ins like NotImplementedError, and our own custom error classes that inherit from the built-in Python Exception class. For example, create a MethodNotFound error.