Moved WrongIpException to IpGeolocation module

This commit is contained in:
Alejandro Celaya
2019-08-10 23:26:39 +02:00
parent 4aed8e6b59
commit 53243d1764
19 changed files with 34 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ use GeoIp2\Model\City;
use MaxMind\Db\Reader\InvalidDatabaseException;
use PHPUnit\Framework\TestCase;
use Prophecy\Prophecy\ObjectProphecy;
use Shlinkio\Shlink\Common\Exception\WrongIpException;
use Shlinkio\Shlink\IpGeolocation\Exception\WrongIpException;
use Shlinkio\Shlink\IpGeolocation\Model\Location;
use Shlinkio\Shlink\IpGeolocation\Resolver\GeoLite2LocationResolver;