imported FileNotFoundException
[core.git] / framework / main / classes / template / class_BaseTemplateEngine.php
index cebf170d3056a6e1279c54d971381853fb98922e..fd116e5cf166fa48a410e50b79ef68b541b09d78 100644 (file)
@@ -5,6 +5,7 @@ namespace CoreFramework\Template\Engine;
 // Import framework stuff
 use CoreFramework\Bootstrap\FrameworkBootstrap;
 use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Filesystem\FileNotFoundException;
 use CoreFramework\Generic\EmptyVariableException;
 use CoreFramework\Manager\ManageableApplication;
 use CoreFramework\Object\BaseFrameworkSystem;