]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/helper/class_FormOpenedException.php
Continued:
[core.git] / inc / main / exceptions / helper / class_FormOpenedException.php
index a0986ab6de936df5d07bdf5a34626c22cd2aaebe..2a85e8714a8d70be2c255966c0340e2fa94f3e6b 100644 (file)
@@ -1,13 +1,17 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when the form is still opened but we e.g. shall flush
  * the content.
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @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
@@ -41,7 +45,5 @@ class FormOpenedException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}