xair-api-python/xair_api/errors.py
onyx-and-iris f8c6659fd8 package renamed to xair-api
now packaged with poetry and added to pypi

using tomllib, requires python 3.11

readme, changelog updated to reflect changes

major version bump
2022-08-07 23:55:51 +01:00

5 lines
88 B
Python

class XAirRemoteError(Exception):
"""Base error class for XAIR Remote."""
pass