Documentation

ConnectionException extends ClientException
in package

An exception relating to the client connection to the beanstalkd server.

Tags
author

Paul Annesley

license

http://www.opensource.org/licenses/mit-license.php

Table of Contents

__construct()  : mixed

Methods

__construct()

public __construct(int $errno, string $errstr) : mixed
Parameters
$errno : int

The connection error code

$errstr : string

The connection error message

Return values
mixed

Search results