This commit is contained in:
2021-02-22 19:09:55 +08:00
parent 0467e3905a
commit a38ec33851
+2 -1
View File
@@ -202,7 +202,8 @@ class Container extends BaseObject
default => Snowflake::createObject($type)
};
} catch (\Throwable $throwable) {
var_dump($class, $throwable->getMessage());
var_dump($class, $throwable->getMessage(), $throwable->getFile(), $throwable->getLine());
echo PHP_EOL;
return null;
}
}