aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-includes/Requests/Exception/HTTP/402.php
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/wordpress/wp-includes/Requests/Exception/HTTP/402.php')
-rw-r--r--srcs/wordpress/wp-includes/Requests/Exception/HTTP/402.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/srcs/wordpress/wp-includes/Requests/Exception/HTTP/402.php b/srcs/wordpress/wp-includes/Requests/Exception/HTTP/402.php
deleted file mode 100644
index 1d965d2..0000000
--- a/srcs/wordpress/wp-includes/Requests/Exception/HTTP/402.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * Exception for 402 Payment Required responses
- *
- * @package Requests
- */
-
-/**
- * Exception for 402 Payment Required responses
- *
- * @package Requests
- */
-class Requests_Exception_HTTP_402 extends Requests_Exception_HTTP {
- /**
- * HTTP status code
- *
- * @var integer
- */
- protected $code = 402;
-
- /**
- * Reason phrase
- *
- * @var string
- */
- protected $reason = 'Payment Required';
-} \ No newline at end of file