Continued:
[core.git] / inc / main / exceptions / stacker / class_FullStackerException.php
index 5a942abbb6b3752054cd3eaffc14cfd960e898f3..7733dc63803920f6d288bb1d2cc2cf2734767aeb 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * Thrown if a stacker is full
  *
@@ -40,7 +43,5 @@ class FullStackerException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}