Changeset 52328 for trunk/src/wp-includes/Requests/Exception.php
- Timestamp:
- 12/06/2021 09:29:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/Exception.php
r52244 r52328 3 3 * Exception for HTTP requests 4 4 * 5 * @package Requests \Exceptions5 * @package Requests 6 6 */ 7 8 namespace WpOrg\Requests;9 10 use Exception as PHPException;11 7 12 8 /** 13 9 * Exception for HTTP requests 14 10 * 15 * @package Requests \Exceptions11 * @package Requests 16 12 */ 17 class Exception extends PHPException {13 class Requests_Exception extends Exception { 18 14 /** 19 15 * Type of exception … … 46 42 47 43 /** 48 * Like {@see \Exception::getCode()}, but a string code.44 * Like {@see getCode()}, but a string code. 49 45 * 50 46 * @codeCoverageIgnore
Note: See TracChangeset
for help on using the changeset viewer.