6 lines
108 B
Python
6 lines
108 B
Python
|
|
class APIHandlingException(Exception):
|
|
"""
|
|
An API reqeust could not be encoded or decoded.
|
|
"""
|