Continued:
[core.git] / inc / main / exceptions / class_FrameworkException.php
index 93af8280da0c294605a29499862079ad4ccf451f..d5a6da4b4030beb125caf8c37782b091d5ebddfe 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Generic;
+
 /**
  * A general abstract exception. You should not throw this even when you
  * remove the "abstract" key-word. Better you make your own exception and
@@ -201,7 +204,5 @@ abstract class FrameworkException extends ReflectionException {
        public final function getExtraData () {
                return $this->extraData;
        }
-}
 
-// [EOF]
-?>
+}