Current Path : /home/blwgracecity/jesusexp.org/.well-known/.well-known/ |
Current File : /home/blwgracecity/jesusexp.org/.well-known/.well-known/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 { }