[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-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
/
Exceptions
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 BasicException.php
473 B
SET
[ EDIT ]
|
[ DEL ]
📄 FileImportException.php
448 B
SET
[ EDIT ]
|
[ DEL ]
📄 IOException.php
422 B
SET
[ EDIT ]
|
[ DEL ]
📄 PatternMatchException.php
828 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: IOException.php
<?php /** * IO Exception. * * Please report bugs on https://github.com/matthiasmullie/minify/issues * * @author Matthias Mullie <minify@mullie.eu> * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved * @license MIT License */ namespace MatthiasMullie\Minify\Exceptions; /** * IO Exception Class. * * @author Matthias Mullie <minify@mullie.eu> */ class IOException extends BasicException {}