3 lines
59 B
Python
3 lines
59 B
Python
|
class ApiServiceError(Exception):
|
||
|
"""Service Error"""
|