Continued:
[core.git] / inc / main / exceptions / file_directory / class_FileIsEmptyException.php
index 50d0c301e9026ef69583f17f2f379174c49fc6d0..7b3df236c38a57eadbd895c65719fd845af6589e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when a file name is empty or NULL.
  *
@@ -7,6 +10,7 @@
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
+ * @deprecated Don't use this anymore
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,7 +37,5 @@ class FileIsEmptyException extends FrameworkException {
                // Call parent constructor
                parent::__construct('No file name provided.', $code);
        }
-}
 
-// [EOF]
-?>
+}