Amp\Internal\Placeholder::fail PHP Method

fail() private method

private fail ( Throwable $reason )
$reason Throwable Failure reason.
    private function fail(\Throwable $reason)
    {
        $this->resolve(new Failure($reason));
    }