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