改名
This commit is contained in:
@@ -202,7 +202,8 @@ class Container extends BaseObject
|
|||||||
default => Snowflake::createObject($type)
|
default => Snowflake::createObject($type)
|
||||||
};
|
};
|
||||||
} catch (\Throwable $throwable) {
|
} catch (\Throwable $throwable) {
|
||||||
var_dump($class, $throwable->getMessage());
|
var_dump($class, $throwable->getMessage(), $throwable->getFile(), $throwable->getLine());
|
||||||
|
echo PHP_EOL;
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user