dcc_quantities.exceptions ¶
Encapsulation of all new error classes defined within the package.
The encapsulation allows the direct import of the errors at other packages as following:
from dcc_quantities import exceptions
raise exceptions.SiMathError(...)