xair-api-python/mair/errors.py

5 lines
88 B
Python
Raw Normal View History

2022-04-05 20:05:55 +01:00
class MAirRemoteError(Exception):
"""Base error class for MAIR Remote."""
pass