1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

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 Swoole\Runtime;
use Utopia\CLI\Console;
use Utopia\Exception;
use Exception;
abstract class Migration
{