| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 57 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
NetworkException:: (2 methods):
getRequest()
fromPsr18NetworkException()
Class: NetworkException - X-Ref
Exception thrown for network-related errors.| getRequest() X-Ref |
| Returns the request that failed as our Request DTO. return: Request |
| fromPsr18NetworkException(RequestInterface $psrRequest, \Throwable $networkException) X-Ref |
| Creates a NetworkException from a PSR-18 network exception. return: self param: RequestInterface $psrRequest The PSR-7 request that failed. param: \Throwable $networkException The PSR-18 network exception. |
| Generated : Sat Jun 13 09:38:55 2026 | Cross-referenced by PHPXref |