[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Event/ -> ErrorEvent.php (summary)

(no description)

File Size: 27 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ErrorEvent:: (1 method):
  getException()


Class: ErrorEvent  - X-Ref

Event emitted when an error occurs while sending a request.

This event MAY be emitted multiple times. You MAY intercept the exception
and inject a response into the event to rescue the request using the
intercept() method of the event.

This event allows the request to be retried using the "retry" method of the
event.
getException()   X-Ref
Get the exception that was encountered

return: RequestException



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1