<?php
namespace Pheanstalk\Exception;
use Pheanstalk\Exception;
/**
* An exception originating as a beanstalkd server error
*
* @author Paul Annesley
* @package Pheanstalk
* @license http://www.opensource.org/licenses/mit-license.php
*/
class ServerException
extends Exception
{
}