File: device_error.py

package info (click to toggle)
python-anthemav 1.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,408; makefile: 12
file content (2 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
class DeviceError(Exception):
    """Error triggered when the device couldn't initialised by receiving the basic information"""