]> 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 c748858848504a3ffb67c380d1d7267575e4de5e..b5d37accd531a2b25e2dbab3ffa1cfbf1257e840 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Database;
+
 /**
  * A general database exception
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  * 
@@ -33,7 +36,5 @@ class DatabaseException extends FrameworkException {
                // Just call the parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}