imported FileNotFoundException
[core.git] / framework / main / classes / file_directories / input / text / class_FrameworkTextFileInputPointer.php
index f22cdec57e0b30641924f6d504863fb8b501c71c..f8efef649b35948e8fbbeff8e190d8cf251a469f 100644 (file)
@@ -5,6 +5,7 @@ namespace CoreFramework\Filesystem\Pointer\Input;
 // Import framework stuff
 use CoreFramework\Bootstrap\FrameworkBootstrap;
 use CoreFramework\FileSystem\BaseFileIo;
+use CoreFramework\Filesystem\FileNotFoundException;
 use CoreFramework\FileSystem\FileReadProtectedException;
 use CoreFramework\Filesystem\Pointer\InputPointer;
 use CoreFramework\Generic\NullPointerException;