Amp\TimeoutException::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $message = null )
$message string
    public function __construct(string $message = null)
    {
        parent::__construct($message ?: "Promise resolution timed out");
    }
TimeoutException