for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Pyrowman\PheanstalkBundle\Exceptions;
class PheanstalkException extends \Exception
{
/**
* @inheritdoc
*/
public function __construct($message = 'Pheanstalk exception.')
parent::__construct($message);
}