mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-16 01:50:58 +00:00
5 lines
88 B
Python
5 lines
88 B
Python
|
class MAirRemoteError(Exception):
|
||
|
"""Base error class for MAIR Remote."""
|
||
|
|
||
|
pass
|