*/ namespace Mmoreram\GearmanBundle\Exceptions; use Mmoreram\GearmanBundle\Exceptions\Abstracts\AbstractGearmanException; /** * GearmanBundle can't connect to server Exception * * @since 2.3.1 */ class ServerConnectionException extends AbstractGearmanException { }