503 API Service Temporarily Unavailable
This commit is contained in:
		@@ -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.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user