mirror of
https://github.com/controllerzz/carbus_lib.git
synced 2026-07-13 07:20:14 +03:00
10 lines
120 B
Python
10 lines
120 B
Python
class CarBusError(Exception):
|
|
...
|
|
|
|
|
|
class SyncError(CarBusError):
|
|
...
|
|
|
|
|
|
class CommandError(CarBusError):
|
|
... |