X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_InvalidDataLengthException.php;fp=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_InvalidDataLengthException.php;h=e5363cdb883338ea9d824f86a47ca5fb65e4a71a;hp=c34b24acbf77dd19aa0d3e23941385bf07516c73;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hpb=5a84efb95503daee6ab6d6ccabe0b0a7ab1e7697 diff --git a/inc/classes/exceptions/io/class_InvalidDataLengthException.php b/inc/classes/exceptions/io/class_InvalidDataLengthException.php index c34b24ac..e5363cdb 100644 --- a/inc/classes/exceptions/io/class_InvalidDataLengthException.php +++ b/inc/classes/exceptions/io/class_InvalidDataLengthException.php @@ -31,7 +31,7 @@ class InvalidDataLengthException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Eine unerwartete Datenlänge von %s Byte ist aufgetreten. %s wurden erwartet!", + $message = sprintf("[%s:%d] Eine unerwartete Datenlänge von %s Byte ist aufgetreten. %s wurden erwartet!", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1],