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