X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidControllerException.php;h=2249f507d2ca8589bf293f2870c14a619dff0798;hb=55be672a65bb8aadce8a45f4c54dca43a7c95d1f;hp=a2952b456a8f45fed02f221afd76e4021127f445;hpb=da516c3d08eed6ecc7e38bb99419971033432e69;p=shipsimu.git diff --git a/inc/classes/exceptions/main/class_InvalidControllerException.php b/inc/classes/exceptions/main/class_InvalidControllerException.php index a2952b4..2249f50 100644 --- a/inc/classes/exceptions/main/class_InvalidControllerException.php +++ b/inc/classes/exceptions/main/class_InvalidControllerException.php @@ -6,7 +6,7 @@ * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.ship-simu.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 InvalidControllerInstanceException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Invalid controller %s detected.", + $message = sprintf("[%s:%d] Invalid controller %s detected.", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]