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