feat: add EndpointSetupFailedError exception for better error handling
parent
84e7a5c508
commit
02d059655d
@ -0,0 +1,6 @@
|
||||
class EndpointSetupFailedError(ValueError):
|
||||
"""
|
||||
Endpoint setup failed error
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Reference in New Issue