7 lines
102 B
Python
Raw Permalink Normal View History

class EndpointSetupFailedError(ValueError):
"""
Endpoint setup failed error
"""
pass