16 lines
251 B
PHP
Raw Normal View History

2016-05-01 22:03:21 -04:00
<?php
namespace Pheanstalk;
/**
* An exception originating from the Pheanstalk package
*
* @author Paul Annesley
* @package Pheanstalk
* @license http://www.opensource.org/licenses/mit-license.php
*/
class Exception
extends \Exception
{
}