This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
YaHueLib/yahuelib/exceptions.py

10 lines
218 B
Python
Raw Normal View History

# Copyright (c) 2023 Julian Müller (ChaoticByte)
class LightOrGroupNotFound(Exception):
'''`LightOrGroupNotFound` Exception'''
pass
class APIError(Exception):
'''Generic `APIError` Exception'''
pass