feat: use default exception

This commit is contained in:
Christy Jacob 2022-02-07 03:24:49 +04:00
parent 44f7d85a64
commit 959e0d24f8

View file

@ -8,7 +8,7 @@ use PDO;
use Redis; use Redis;
use Swoole\Runtime; use Swoole\Runtime;
use Utopia\CLI\Console; use Utopia\CLI\Console;
use Utopia\Exception; use Exception;
abstract class Migration abstract class Migration
{ {