X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_MissingMethodException.php;h=6ad4bb49fcaa831b3966912d729e1ce9a5bb1e62;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hp=0915a3b0bba3e420c391121495ea24705f0f427f;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/exceptions/main/class_MissingMethodException.php b/inc/classes/exceptions/main/class_MissingMethodException.php index 0915a3b0..6ad4bb49 100644 --- a/inc/classes/exceptions/main/class_MissingMethodException.php +++ b/inc/classes/exceptions/main/class_MissingMethodException.php @@ -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 + * @author Roland Haeder * @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 %s()!", + $message = sprintf('[%s:%d] This class has no method %s().', $classArray[0]->__toString(), $this->getLine(), $classArray[1]