• File: file-operation-error.php
  • Full Path: /home/builxejc/public_html/wp-content/plugins/image-optimization/classes/exceptions/file-operation-error.php
  • Date Modified: 02/06/2024 7:05 PM
  • 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';
}