X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fxml%2Fclass_XmlParserException.php;h=1ed231289ca357c2123e911448b24559db68c6a5;hp=dfef18c789ba317a8a6fa71a9896440ff9c008e1;hb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4;hpb=607a11e2c22949ea0647568c17d62a605595e83b diff --git a/inc/classes/exceptions/xml/class_XmlParserException.php b/inc/classes/exceptions/xml/class_XmlParserException.php index dfef18c7..1ed23128 100644 --- a/inc/classes/exceptions/xml/class_XmlParserException.php +++ b/inc/classes/exceptions/xml/class_XmlParserException.php @@ -2,11 +2,11 @@ /** * An exception thrown when an XML parser error was detected * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @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 + * @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 XmlParserException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Construct our message - $message = sprintf("[%s:%d] XML Error: %s at line %d.", + $message = sprintf('[%s:%d] XML Error: %s at line %d.', $classArray[0]->__toString(), $this->getLine(), xml_error_string(xml_get_error_code($classArray[1])),