]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/base64/class_Base64EncodingBadException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / base64 / class_Base64EncodingBadException.php
index f1b02f977a86b40e4804d194591f77298811a179..5d7ac53896229509f65354fe0b7c282877b8c1dd 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Deprecated;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * Thrown if the given data contains characters that are not valid for
  * BASE64-encoding.