Icicle\Awaitable\Internal\RejectedAwaitable::__construct PHP Method

__construct() public method

public __construct ( Throwable $reason )
$reason Throwable
    public function __construct(\Throwable $reason)
    {
        $this->exception = $reason;
    }