X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fxml%2Fclass_XmlParserException.php;h=fb629a4ab51061400a7bbc23fed15297fe610ae9;hp=dfef18c789ba317a8a6fa71a9896440ff9c008e1;hb=18326a804304728be346a6898b6d489d0359b647;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58 diff --git a/inc/classes/exceptions/xml/class_XmlParserException.php b/inc/classes/exceptions/xml/class_XmlParserException.php index dfef18c7..fb629a4a 100644 --- a/inc/classes/exceptions/xml/class_XmlParserException.php +++ b/inc/classes/exceptions/xml/class_XmlParserException.php @@ -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])),