]> git.mxchange.org Git - core.git/blobdiff - index.php
Continued:
[core.git] / index.php
index 9bd38f95bc50b3a8350e8d8d1f7dc0a4e44bfdef..ef108ab6608e922bb9a2d9a6f921a6f0dc0632ec 100644 (file)
--- a/index.php
+++ b/index.php
@@ -6,6 +6,7 @@ namespace CoreFramework\EntryPoint;
 use CoreFramework\Configuration\FrameworkConfiguration;
 use CoreFramework\Helper\Application\ApplicationHelper;
 use CoreFramework\Loader\ClassLoader;
+use CoreFramework\Generic\FrameworkException;
 
 /**
  * The main class with the entry point to the whole application. This class
@@ -228,6 +229,3 @@ define('DEVELOPER', TRUE);
 
 // Call above main() method
 ApplicationEntryPoint::main();
-
-// [EOF]
-?>