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