Exceptions and warnings (pydsm.exceptions
)¶
This module defines the custom exceptions and warnings used in PyDSM
Warning classes¶
Base class of warnings in PyDsm |
|
Class to warn about approximation in computation |
|
Class to warn about slow code paths |
|
Class to warn about features pending deprecation |
|
Class to warn about deprecated features |
Error classes¶
No error classes are currently defined. Standard Python errors are risen.