📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 11:26:56
📂
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
speedycache
/
lib
/
Minify
✏️
Editing: 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 { }
💾 Save Changes
❌ Cancel