diff --git a/System/Di/Container.php b/System/Di/Container.php index 8144ad37..5d48d96f 100644 --- a/System/Di/Container.php +++ b/System/Di/Container.php @@ -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; } }