]> 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 29fc9b4b63955622c6d172338ff6666645506523..76ee5e82a99fd478d47167302a5f47e35ec51a53 100644 (file)
@@ -2,6 +2,10 @@
 // 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
  *