@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_306 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 306; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 306; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Switch Proxy'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Switch Proxy'; |
|
| 27 | 27 | } |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_401 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 401; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 401; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Unauthorized'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Unauthorized'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_413 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 413; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 413; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Request Entity Too Large'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Request Entity Too Large'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_500 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 500; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 500; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Internal Server Error'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Internal Server Error'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_304 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 304; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 304; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Not Modified'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Not Modified'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_411 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 411; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 411; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Length Required'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Length Required'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_404 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 404; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 404; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Not Found'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Not Found'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_407 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 407; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 407; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Proxy Authentication Required'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Proxy Authentication Required'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |
@@ -11,17 +11,17 @@ |
||
| 11 | 11 | * @package Requests |
| 12 | 12 | */ |
| 13 | 13 | class Requests_Exception_HTTP_410 extends Requests_Exception_HTTP { |
| 14 | - /** |
|
| 15 | - * HTTP status code |
|
| 16 | - * |
|
| 17 | - * @var integer |
|
| 18 | - */ |
|
| 19 | - protected $code = 410; |
|
| 14 | + /** |
|
| 15 | + * HTTP status code |
|
| 16 | + * |
|
| 17 | + * @var integer |
|
| 18 | + */ |
|
| 19 | + protected $code = 410; |
|
| 20 | 20 | |
| 21 | - /** |
|
| 22 | - * Reason phrase |
|
| 23 | - * |
|
| 24 | - * @var string |
|
| 25 | - */ |
|
| 26 | - protected $reason = 'Gone'; |
|
| 21 | + /** |
|
| 22 | + * Reason phrase |
|
| 23 | + * |
|
| 24 | + * @var string |
|
| 25 | + */ |
|
| 26 | + protected $reason = 'Gone'; |
|
| 27 | 27 | } |
| 28 | 28 | \ No newline at end of file |