Amp\TimeoutException::__construct PHP Method

__construct() public method

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