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