]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/crypto/class_EncryptMissingException.php
Continued:
[core.git] / inc / main / exceptions / crypto / class_EncryptMissingException.php
index b58c83bd54880202caf4a4662f10ef750db11faa..c83dd16f9760547d7036b02b686d79a89f546e29 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when the "encrypt" string is missing
  *
@@ -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
@@ -42,7 +46,5 @@ class EncryptMissingException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}