* @since 2013 */ namespace Mmoreram\GearmanBundle\Exceptions; use Mmoreram\GearmanBundle\Exceptions\Abstracts\AbstractGearmanException; /** * GearmanBundle can't find worker specified as Gearman format Exception */ class WorkerDoesNotExistException extends AbstractGearmanException { }