Source code for tq42.exceptions.tq42_api_error

[docs]class TQ42APIError(Exception): """Base class for all exceptions in TQ42API.""" pass