diff --git a/src/Core/ModuleManager.php b/src/Core/ModuleManager.php index 7ac2c01281..1ac66401e3 100644 --- a/src/Core/ModuleManager.php +++ b/src/Core/ModuleManager.php @@ -152,7 +152,7 @@ class ModuleManager { if ($_ENV['APP_ENV'] === 'prod' && !file_exists(CACHE_FILE)) { // @codeCoverageIgnoreStart - throw new Exception('The application needs to be compiled before using in production'); + throw new \Exception('The application needs to be compiled before using in production'); // @codeCoverageIgnoreEnd } else { $rdi = new AppendIterator();