]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php
Continued:
[core.git] / inc / main / exceptions / crypto / class_EncryptInvalidLengthException.php
index 29fc9b4b63955622c6d172338ff6666645506523..f7d0e4db9b12d1abb4fc286434fdde91b0b5d417 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Deprecated;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception thrown when the decrypted "encrypt" string has an invalid length
  *