File "auth-error.php"

Full Path: /home/adniftyx/public_html/wp-content/plugins/image-optimization/modules/oauth/components/exceptions/auth-error.php
File size: 236 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace ImageOptimization\Modules\Oauth\Components\Exceptions;

use Exception;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class Auth_Error extends Exception {
	protected $message = 'Auth error';
}