grooveondemand/groove/exceptions.py

6 lines
108 B
Python
Raw Normal View History

2022-12-02 21:43:51 -08:00
class APIHandlingException(Exception):
"""
An API reqeust could not be encoded or decoded.
"""