File "PermissionRequiredException.php"

Full path: /var/www/html/cemeau/wp-content/plugins/wp-statistics/src/Dependencies/MaxMind/WebService/PermissionRequiredException.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

declare(strict_types=1);

namespace MaxMind\Exception;

/**
 * This exception is thrown when the service requires permission to access.
 */
class PermissionRequiredException extends InvalidRequestException
{
}