X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_MissingArrayElementsException.php;h=634ac13d3ca9698dbc7dbdc65a4d69dcc3db6945;hp=918737b10a4ab8d0ba8acdf9e55863ead35db19d;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hpb=5a84efb95503daee6ab6d6ccabe0b0a7ab1e7697 diff --git a/inc/classes/exceptions/main/class_MissingArrayElementsException.php b/inc/classes/exceptions/main/class_MissingArrayElementsException.php index 918737b1..634ac13d 100644 --- a/inc/classes/exceptions/main/class_MissingArrayElementsException.php +++ b/inc/classes/exceptions/main/class_MissingArrayElementsException.php @@ -41,7 +41,7 @@ class MissingArrayElementsException extends FrameworkException { } // Add a message around the missing class - $message = sprintf("[%s:%d] Array %s() Does not have these elements: %s", + $message = sprintf("[%s:%d] Array %s() Does not have these elements: %s", $classArray[0]->__toString(), $this->getLine(), $classArray[1],