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