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