File "image-file-already-exists-error.php"

Full Path: /home/adniftyx/public_html/wp-content/plugins/image-optimization/modules/optimization/classes/exceptions/image-file-already-exists-error.php
File size: 291 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace ImageOptimization\Modules\Optimization\Classes\Exceptions;

use Exception;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class Image_File_Already_Exists_Error extends Exception {
	protected $message = 'Image file with this name already exists';
}