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

@@ -7,8 +7,8 @@ use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
use PDO;
use Shlinkio\Shlink\Common\Exception\WrongIpException;
use Shlinkio\Shlink\Common\Util\IpAddress;
use Shlinkio\Shlink\IpGeolocation\Exception\WrongIpException;
/**
* Auto-generated Migration: Please modify to your needs!