Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_ClassMismatchException.php
index c347e0d06bdc8f2b71659435e5f63ee5bd90115d..5c3052aacaac4b4c4c76ce51826081b16406745c 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Object;
+
 /**
  * An exception thrown when two classes are not matching
  *
  * @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
  * 
@@ -39,7 +42,5 @@ class ClassMismatchException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}