?AlkantarClanX12
| Current Path : /home/rankinh/numerik/wp-content/plugins/image-optimization/classes/exceptions/ |
| Current File : /home/rankinh/numerik/wp-content/plugins/image-optimization/classes/exceptions/client-exception.php |
<?php
namespace ImageOptimizer\Classes\Exceptions;
use Exception;
class Client_Exception extends Exception {
protected $message = 'Unknown client error';
}