Exceptions and warnings (pydsm.exceptions)

This module defines the custom exceptions and warnings used in PyDSM

Warning classes

PyDsmWarning

Base class of warnings in PyDsm

PyDsmApproximationWarning

Class to warn about approximation in computation

PyDsmSlowPathWarning

Class to warn about slow code paths

PyDsmPendingDeprecationWarning

Class to warn about features pending deprecation

PyDsmDeprecationWarning

Class to warn about deprecated features

Error classes

No error classes are currently defined. Standard Python errors are risen.