PHP 클래스 Http\Client\Promise\HttpRejectedPromise

상속: implements Http\Promise\Promise
파일 보기 프로젝트 열기: php-http/adapter

공개 메소드들

메소드 설명
__construct ( Http\Client\Exception $exception )
getState ( )
then ( callable $onFulfilled = null, callable $onRejected = null )
wait ( $unwrap = true )

메소드 상세

__construct() 공개 메소드

public __construct ( Http\Client\Exception $exception )
$exception Http\Client\Exception

getState() 공개 메소드

public getState ( )

then() 공개 메소드

public then ( callable $onFulfilled = null, callable $onRejected = null )
$onFulfilled callable
$onRejected callable

wait() 공개 메소드

public wait ( $unwrap = true )