File "file-operation-error.php"
Full Path: /home/adniftyx/public_html/wp-content/plugins/image-optimization/classes/exceptions/file-operation-error.php
File size: 239 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ImageOptimization\Classes\Exceptions;
use Exception;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class File_Operation_Error extends Exception {
protected $message = 'File operation error';
}