mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
feat: use default exception
This commit is contained in:
parent
44f7d85a64
commit
959e0d24f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue