diff options
Diffstat (limited to 'srcs/wordpress/wp-includes/Requests/Exception/HTTP/503.php')
| -rw-r--r-- | srcs/wordpress/wp-includes/Requests/Exception/HTTP/503.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/srcs/wordpress/wp-includes/Requests/Exception/HTTP/503.php b/srcs/wordpress/wp-includes/Requests/Exception/HTTP/503.php deleted file mode 100644 index 9304ecc..0000000 --- a/srcs/wordpress/wp-includes/Requests/Exception/HTTP/503.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php -/** - * Exception for 503 Service Unavailable responses - * - * @package Requests - */ - -/** - * Exception for 503 Service Unavailable responses - * - * @package Requests - */ -class Requests_Exception_HTTP_503 extends Requests_Exception_HTTP { - /** - * HTTP status code - * - * @var integer - */ - protected $code = 503; - - /** - * Reason phrase - * - * @var string - */ - protected $reason = 'Service Unavailable'; -}
\ No newline at end of file |
