]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/base64/class_Base64EncodingModuloException.php
Continued:
[core.git] / inc / main / exceptions / base64 / class_Base64EncodingModuloException.php
index a8244edf28ae9633de3534f189007ce3a54abece..267112fdf02549d2c2dbb59c9770b959102d5772 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * Thrown if modulo 4 of the length of the given data is not zero.
  *
@@ -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
@@ -41,7 +45,5 @@ class Base64EncodingModuloException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}