public function RejectionException::getReason in Auth0 Single Sign On 8.2
Returns the rejection reason.
Return value
mixed
File
- vendor/
guzzlehttp/ promises/ src/ RejectionException.php, line 43
Class
- RejectionException
- A special exception that is thrown when waiting on a rejected promise.
Namespace
GuzzleHttp\PromiseCode
public function getReason() {
return $this->reason;
}