aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php
blob: 7c4d7458b9c1e16eb15aa0cb2d1dcd2f84ec9bef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

namespace GeoIp2\Exception;

/**
 * This class represents a generic error.
 */
class GeoIp2Exception extends \Exception
{
}