]> 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 267112fdf02549d2c2dbb59c9770b959102d5772..7d5578b8bb62c45b5610529be0feef5f3db65f12 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Deprecated;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * Thrown if modulo 4 of the length of the given data is not zero.
  *