golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/image-optimization/classes/image/exceptions
⬆️ Go Up
Upload
File/Folder
Size
Actions
image-backup-creation-error.php
253 B
Del
OK
image-restoring-exception.php
254 B
Del
OK
invalid-image-exception.php
241 B
Del
OK
Edit: invalid-image-exception.php
<?php namespace ImageOptimization\Classes\Image\Exceptions; use Exception; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Invalid_Image_Exception extends Exception { protected $message = 'Invalid image'; }
Save