<?php /** * Base Exception. * * @deprecated Use Exceptions\BasicException instead * * @author Matthias Mullie <[email protected]> */ namespace MatthiasMullie\Minify; /** * Base Exception Class. * * @deprecated Use Exceptions\BasicException instead * * @author Matthias Mullie <[email protected]> */ abstract class Exception extends \Exception {}