]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / crypto / class_EncryptInvalidLengthException.php
index 9ecb93fa08787a446a122ba078fb4661ae1f88c7..76ee5e82a99fd478d47167302a5f47e35ec51a53 100644 (file)
@@ -1,12 +1,20 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
+// Import framework stuff
+use CoreFramework\Filter\Filterable;
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception thrown when the decrypted "encrypt" string has an invalid length
  *
  * @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
@@ -46,7 +54,5 @@ class EncryptInvalidLengthException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}