????
Current Path : /proc/self/root/proc/thread-self/cwd/wp-content/plugins/speedycache/lib/Minify/ |
Current File : //proc/self/root/proc/thread-self/cwd/wp-content/plugins/speedycache/lib/Minify/Exception.php |
<?php /** * Base Exception. * * @deprecated Use Exceptions\BasicException instead * * @author Matthias Mullie <minify@mullie.eu> */ namespace SpeedyCache\lib\Minify; /** * Base Exception Class. * * @deprecated Use Exceptions\BasicException instead * * @author Matthias Mullie <minify@mullie.eu> */ abstract class Exception extends \Exception { }