Continued:
[core.git] / inc / main / exceptions / file_directory / class_FileIoException.php
index e769092c3ff7932022eaaf13e88fe1a89a59fd6f..a445dd7842c56c09127cdf7d643ec8b47c5bf451 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Filesystem;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception thrown when a file pointer is not opened or when the file
  * cannot be reached.