]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/database/class_DatabaseException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / database / class_DatabaseException.php
index b46532b597ae7681d01e1f23cd84c7cd4ad09c45..b5d37accd531a2b25e2dbab3ffa1cfbf1257e840 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Database;
+
 /**
  * A general database exception
  *
@@ -33,7 +36,5 @@ class DatabaseException extends FrameworkException {
                // Just call the parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}