Exceptions\IO\Network\UnknownHostException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message = 'The specified resource's hostname could not be resolved', $code, $previous = null )
    public function __construct($message = 'The specified resource\'s hostname could not be resolved', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
UnknownHostException