X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Ftemplate%2Fclass_InvalidBasePathStringException.php;h=9a2dbcf532c50b207f32dca908b6583fc3950ded;hp=729aca9a4cbdfb01b5a85930cda0b6f60b464134;hb=55be672a65bb8aadce8a45f4c54dca43a7c95d1f;hpb=903dcc58c2ae623af5b2865e28cc83f2a37288e5 diff --git a/inc/classes/exceptions/template/class_InvalidBasePathStringException.php b/inc/classes/exceptions/template/class_InvalidBasePathStringException.php index 729aca9..9a2dbcf 100644 --- a/inc/classes/exceptions/template/class_InvalidBasePathStringException.php +++ b/inc/classes/exceptions/template/class_InvalidBasePathStringException.php @@ -2,11 +2,11 @@ /** * An exception thrown hen the base path string is invalid * - * @author Roland Haeder - * @version 0.3.0 + * @author Roland Haeder + * @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.mxchange.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 InvalidBasePathStringException extends FrameworkException { */ public function __construct (BaseFrameworkSystem $class, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] %s ist keine Zeichenkette!", + $message = sprintf("[%s:%d] %s ist keine Zeichenkette!", $class[0]->__toString(), $this->getLine(), $class[1]