]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php
Continued:
[core.git] / inc / main / exceptions / database / local_file / class_SavePathWriteProtectedException.php
index 2786d45ebc7f2ca5600395405d20cdca0b94777b..4db309ea24e64f7cb99ddb1f8b494645b03a2369 100644 (file)
@@ -1,4 +1,7 @@
 <?php
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when the save path is write-protected
  *
 /**
  * An exception thrown when the save path is write-protected
  *
@@ -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
  * @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 Please don't use this
  * 
  * 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
  * 
  * 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
@@ -36,7 +40,5 @@ class SavePathWriteProtectedException extends DatabaseException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
 
-// [EOF]
-?>
+}