================= Custom Exceptions ================= .. currentmodule:: activelogic.exception To support more specific error reporting from PLDB API calls, the module defines the following exceptions: .. autoclass:: PLDBError() .. autoclass:: PLDBCriticalError() .. autoclass:: PLDBDetached() .. autoclass:: PLDBIOError() .. autoclass:: PLDBNewDataCommitted() .. autoclass:: PLDBCapabilityError() .. autoclass:: PLDBUnsupportedInFirmware() .. autoclass:: PLDBUnsupportedInHardware()