Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / file_directory / class_FileIoException.php
index 5843c40febdaaeb29c47d87bd3f48944bf90da85..e769092c3ff7932022eaaf13e88fe1a89a59fd6f 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem;
+
 /**
  * An exception thrown when a file pointer is not opened or when the file
  * cannot be reached.
@@ -37,7 +40,5 @@ class FileIoException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}