1: <?php 2: 3: namespace GeoIp2\Exception; 4: 5: /** 6: * This class represents a generic error. 7: */ 8: class OutOfQueriesException extends GeoIp2Exception 9: { 10: } 11: