Continued:
[core.git] / inc / main / exceptions / stacker / class_AlreadyInitializedStackerException.php
index 358db7de23220831fd4df5a7a0c67c6abf243dfb..5765286342b0cec446a7346533097c4ffda2aa74 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * Thrown if a stacker is already initialized
  *
@@ -41,7 +44,5 @@ class AlreadyInitializedStackerException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}