1<?php 2 3namespace MaxMind\Exception; 4 5/** 6 * This exception is thrown when the service requires permission to access. 7 */ 8class PermissionRequiredException extends InvalidRequestException 9{ 10} 11