GeoIP2-php/src/GeoIp2/Exception/GeoIp2Exception.php
2013-07-10 15:24:40 -07:00

11 lines
131 B
PHP

<?php
namespace GeoIp2\Exception;
/**
* This class represents a generic error.
*/
class GeoIp2Exception extends \Exception
{
}