File "client-exception.php"

Full Path: /home/adniftyx/public_html/image-optimization/classes/exceptions/client-exception.php
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';
}