X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fstate%2Fclass_InvalidStateInstanceException.php;h=664b98c9d45b26411f627fe10f27249e33012ec1;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hp=ef583cf46a0562b82da45908c3dd076e33673208;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/exceptions/state/class_InvalidStateInstanceException.php b/inc/classes/exceptions/state/class_InvalidStateInstanceException.php index ef583cf4..664b98c9 100644 --- a/inc/classes/exceptions/state/class_InvalidStateInstanceException.php +++ b/inc/classes/exceptions/state/class_InvalidStateInstanceException.php @@ -4,7 +4,7 @@ * * @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 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -31,7 +31,7 @@ class InvalidStateInstanceException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Invalid state %s of type %s detected.", + $message = sprintf("[%s:%d] Invalid state %s of type %s detected.", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1],