X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fmain%2Fclass_MissingMethodException.php;h=c63e6ef711e474eb3600765a83325d510e281c61;hp=d6e585332829f1bea2a76902d28d51a0ad29577d;hb=b002c5909aa0f781505dde5414964b0f014cde01;hpb=41d3328c52be0393e2912ab64f185df205dec828 diff --git a/inc/main/exceptions/main/class_MissingMethodException.php b/inc/main/exceptions/main/class_MissingMethodException.php index d6e58533..c63e6ef7 100644 --- a/inc/main/exceptions/main/class_MissingMethodException.php +++ b/inc/main/exceptions/main/class_MissingMethodException.php @@ -1,10 +1,4 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @todo Try to rewrite user/guest login classes and mark this exception as deprecated @@ -42,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]