????
Current Path : /home/ncom/www/wp-content/plugins/image-optimization/classes/exceptions/ |
Current File : //home/ncom/www/wp-content/plugins/image-optimization/classes/exceptions/client-exception.php |
<?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'; }