Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Amp
Internal
Placeholder
fail
Amp\Internal\Placeholder::fail PHP 메소드
Placeholder 2 문서
파일 보기
프로젝트 열기: amphp/amp
fail()
개인적인
메소드
private
fail
(
Throwable
$reason
)
$reason
Throwable
Failure reason.
private function fail(\Throwable $reason) { $this->resolve(new Failure($reason)); }
Placeholder
fail
resolve
when