File "quota-exceeded-error.php"

Full Path: /home/adniftyx/public_html/wp-content/plugins/image-optimization/classes/exceptions/quota-exceeded-error.php
File size: 233 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 Quota_Exceeded_Error extends Exception {
	protected $message = 'Quota exceeded';
}