use CoreFramework\Database\Backend\BaseDatabaseBackend;
use CoreFramework\Database\Backend\DatabaseBackend;
use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Filesystem\FileNotFoundException;
use CoreFramework\Generic\FrameworkException;
/**
// 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;
// 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;
// Import framework stuff
use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Filesystem\FileNotFoundException;
use CoreFramework\Generic\UnsupportedOperationException;
use CoreFramework\Object\BaseFrameworkSystem;
use CoreFramework\Stream\Filesystem\FileInputStreamer;
// Import framework stuff
use CoreFramework\Bootstrap\FrameworkBootstrap;
use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Filesystem\FileNotFoundException;
use CoreFramework\Object\BaseFrameworkSystem;
use CoreFramework\Registry\Registry;
use CoreFramework\Template\CompileableTemplate;
// 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;
// Import framework stuff
use CoreFramework\Configuration\FrameworkConfiguration;
use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Filesystem\FileNotFoundException;
use CoreFramework\Generic\FrameworkException;
use CoreFramework\Object\BaseFrameworkSystem;
use CoreFramework\Socket\InvalidSocketException;
use CoreFramework\Bootstrap\FrameworkBootstrap;
use CoreFramework\Configuration\FrameworkConfiguration;
use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Filesystem\FileNotFoundException;
use CoreFramework\Helper\Application\ApplicationHelper;
use CoreFramework\Localization\LanguageSystem;
use CoreFramework\Loader\ClassLoader;