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