[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/guzzlehttp/promises/src/ -> RejectionException.php (summary)

(no description)

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

Defines 1 class

RejectionException:: (2 methods):
  __construct()
  getReason()


Class: RejectionException  - X-Ref

A special exception that is thrown when waiting on a rejected promise.

The reason value is available via the getReason() method.
__construct($reason, $description = null)   X-Ref

param: mixed  $reason      Rejection reason.
param: string $description Optional description

getReason()   X-Ref
Returns the rejection reason.

return: mixed



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1