• File: client-exception.php
  • Full Path: /home/builxejc/public_html/wp-content/plugins/image-optimization/classes/exceptions/client-exception.php
  • Date Modified: 02/06/2024 7:05 PM
  • File size: 235 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 Client_Exception extends Exception {
	protected $message = 'Unknown client error';
}