]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/filter/class_InvalidFilterChainException.php
Continued:
[core.git] / inc / main / exceptions / filter / class_InvalidFilterChainException.php
index aab82806ed18bf36b6eec26e1559293340a05a94..c8b82621d5e0dd64bcfcd3e0629aa70581225c19 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown in a filter chain to stop processing further filters
  *
@@ -7,6 +10,7 @@
  * @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
+ * @deprecated Don't use this anymore
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -40,7 +44,5 @@ class InvalidFilterChainException extends FrameworkException {
                // Call the parent exception
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}