]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_MissingMethodException.php
Updated copyright:
[core.git] / inc / classes / exceptions / main / class_MissingMethodException.php
index 0915a3b0bba3e420c391121495ea24705f0f427f..6ad4bb49fcaa831b3966912d729e1ce9a5bb1e62 100644 (file)
@@ -5,12 +5,13 @@
  * 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>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Try to rewrite user/guest login classes and mark this exception as deprecated
+ * @deprecated Please do no longer use this exception
  *
  * 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
@@ -35,7 +36,7 @@ class MissingMethodException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] This class has no method <u>%s()</u>!",
+               $message = sprintf('[%s:%d] This class has no method <u>%s()</u>.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]