(no description)
File Size: | 56 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ConnectException:: (3 methods):
__construct()
getRequest()
getHandlerContext()
Class: ConnectException - X-Ref
Exception thrown when a connection cannot be established.__construct(string $message,RequestInterface $request,\Throwable $previous = null,array $handlerContext = []) X-Ref |
getRequest() X-Ref |
Get the request that caused the exception |
getHandlerContext() X-Ref |
Get contextual information about the error from the underlying handler. The contents of this array will vary depending on which handler you are using. It may also be just an empty array. Relying on this data will couple you to a specific handler, but can give more debug information when needed. |