[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

EndEvent:: (1 method):
  getException()


Class: EndEvent  - X-Ref

A terminal event that is emitted when a request transaction has ended.

This event is emitted for both successful responses and responses that
encountered an exception. You need to check if an exception is present
in your listener to know the difference.

You MAY intercept the response associated with the event if needed, but keep
in mind that the "complete" event will not be triggered as a result.
getException()   X-Ref
Get the exception that was encountered (if any).

This method should be used to check if the request was sent successfully
or if it encountered errors.

return: \Exception|null



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