miniflux-legacy/vendor/pda/pheanstalk/src/Exception/ServerInternalErrorExceptio...

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
{
}