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