X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fstate%2Fclass_UnresolveableStateException.php;h=11160053815a221e82b8026bba08c99a39013de0;hb=fdc6a02b5e6c2155cda61fcc345c7583b734ab85;hp=57dc43d8395e6e2efaee3cdd69a5c6becd471913;hpb=d90e5850767bfef7a3307df1bca5cbaee21cbe64;p=core.git diff --git a/inc/classes/exceptions/state/class_UnresolveableStateException.php b/inc/classes/exceptions/state/class_UnresolveableStateException.php index 57dc43d8..11160053 100644 --- a/inc/classes/exceptions/state/class_UnresolveableStateException.php +++ b/inc/classes/exceptions/state/class_UnresolveableStateException.php @@ -2,11 +2,11 @@ /** * This exception is thrown when the default state is missing * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * 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 @@ -31,7 +31,7 @@ class UnresolveableStateException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Prepare the message - $message = sprintf("[%s:%d] Cannot resolve state %s (class name: %s).", + $message = sprintf('[%s:%d] Cannot resolve state %s (class name: %s).', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1],