*/ namespace Mmoreram\GearmanBundle\Exceptions\Abstracts; use Exception; /** * Abstract gearman exception */ abstract class AbstractGearmanException extends Exception { }