PermissionRequiredException.php in Smart IP 6.2
Same filename and directory in other branches
Namespace
MaxMind\ExceptionFile
includes/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.phpView source
<?php
namespace MaxMind\Exception;
/**
* This exception is thrown when the service requires permission to access.
*/
class PermissionRequiredException extends InvalidRequestException {
}
Classes
Name | Description |
---|---|
PermissionRequiredException | This exception is thrown when the service requires permission to access. |