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

declare(strict_types=1);

namespace GeoIp2\Exception;

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