X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_InvalidDataLengthException.php;fp=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_InvalidDataLengthException.php;h=a1ef85ad25b0b59808cefac60e172b88fc7105c9;hp=47fd5fbcc29b510547dfe10e612cfa5dfda186c0;hb=4b5f501d3ef327cf8b848a43d3af3643e22ea356;hpb=a505dfb31c8033bc75e96a78ec1fb29f54face66 diff --git a/inc/classes/exceptions/io/class_InvalidDataLengthException.php b/inc/classes/exceptions/io/class_InvalidDataLengthException.php index 47fd5fb..a1ef85a 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],