503 API Service Temporarily Unavailable
This commit is contained in:
parent
beb5b625ec
commit
0029d63d8a
@ -32,6 +32,11 @@ class BadGateWay(Exception):
|
|||||||
Raised when 502 bad gateway.
|
Raised when 502 bad gateway.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
class WaybackUnavailable(Exception):
|
||||||
|
"""
|
||||||
|
Raised when 503 API Service Temporarily Unavailable.
|
||||||
|
"""
|
||||||
|
|
||||||
class InvalidUrl(Exception):
|
class InvalidUrl(Exception):
|
||||||
"""
|
"""
|
||||||
Raised when url doesn't follow the standard url format.
|
Raised when url doesn't follow the standard url format.
|
||||||
|
Loading…
Reference in New Issue
Block a user