*/ namespace MatthiasMullie\Minify; /** * Base Exception Class * @deprecated Use Exceptions\BasicException instead * * @package Minify * @author Matthias Mullie */ abstract class Exception extends \Exception { }