miniflux-legacy/vendor/pda/pheanstalk/src/Exception/ServerInternalErrorException.php
2016-05-01 22:03:21 -04:00

16 lines
286 B
PHP

<?php
namespace 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 ServerInternalErrorException
extends ServerException
{
}