📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 13:07:14
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
image-optimization
/
classes
/
exceptions
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/image-optimization/classes/exceptions
🔄 Refresh
✏️
Editing: client-exception.php
Writable
<?php namespace ImageOptimization\Classes\Exceptions; use Exception; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Client_Exception extends Exception { protected $message = 'Unknown client error'; }
💾 Save Changes
❌ Cancel