A lot deprecated exceptions removed, todo-builder.sh added, TODOs.txt added (built)
[core.git] / inc / classes / exceptions / main / class_MissingMethodException.php
index 8f46ff97fcb481242de5579bf871248c3fa0fa9f..85d62e96c39651e6848c9d2610e050465a4a0aca 100644 (file)
@@ -1,14 +1,17 @@
 <?php
 /**
- * An exception thrown when a method is missing
+ * An exception thrown when a method is missing, this exception is used in
+ * guest/user login classes and thrown when a factory method is absend. I think
+ * we should still give it a try to rewrite these classes and again mark this
+ * method as deprecated because we have a more flexible ObjectFactory class.
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
- * @deprecated
- * 
+ * @todo               Try to rewrite user/guest login classes and mark this exception as deprecated
+ *
  * 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
  * the Free Software Foundation, either version 3 of the License, or