grooveondemand/groove/exceptions.py
2022-12-02 22:47:32 -08:00

6 lines
108 B
Python

class APIHandlingException(Exception):
"""
An API reqeust could not be encoded or decoded.
"""