- Timestamp:
- 11/25/2021 01:10:30 AM (5 years ago)
- Location:
- trunk/src/wp-includes/Requests/Exception/Http
- Files:
-
- 1 copied
- 1 moved
-
. (moved) (moved from trunk/src/wp-includes/Requests/Exception/HTTP )
-
Status402.php (copied) (copied from trunk/src/wp-includes/Requests/Exception/HTTP/402.php ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/Exception/Http/Status402.php
r52243 r52244 3 3 * Exception for 402 Payment Required responses 4 4 * 5 * @package Requests 5 * @package Requests\Exceptions 6 6 */ 7 8 namespace WpOrg\Requests\Exception\Http; 9 10 use WpOrg\Requests\Exception\Http; 7 11 8 12 /** 9 13 * Exception for 402 Payment Required responses 10 14 * 11 * @package Requests 15 * @package Requests\Exceptions 12 16 */ 13 class Requests_Exception_HTTP_402 extends Requests_Exception_HTTP{17 final class Status402 extends Http { 14 18 /** 15 19 * HTTP status code
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)