mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
5 lines
88 B
Python
5 lines
88 B
Python
|
class XAirRemoteError(Exception):
|
||
|
"""Base error class for XAIR Remote."""
|
||
|
|
||
|
pass
|