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