]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/helper/class_NoGroupOpenedException.php
Continued:
[core.git] / inc / main / exceptions / helper / class_NoGroupOpenedException.php
index 62adcc251289a0e494f0a4309497f7c7e23b6bfd..1350cd27727f86852363e802eb48fab45bacec61 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when a group was not opened before
  *
@@ -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 NoGroupOpenedException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}