X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_IndexOutOfBoundsException.php;h=5e0fb53146c123462a3fdcb88264144f27ce6a8a;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hp=68da6e568b1011a0ee544b72c00546ac0b0f8c47;hpb=5a84efb95503daee6ab6d6ccabe0b0a7ab1e7697;p=core.git diff --git a/inc/classes/exceptions/main/class_IndexOutOfBoundsException.php b/inc/classes/exceptions/main/class_IndexOutOfBoundsException.php index 68da6e56..5e0fb531 100644 --- a/inc/classes/exceptions/main/class_IndexOutOfBoundsException.php +++ b/inc/classes/exceptions/main/class_IndexOutOfBoundsException.php @@ -31,7 +31,7 @@ class IndexOutOfBoundsException extends FrameworkException { */ public function __construct ($message, $code) { // Add a message around the missing class - $message = sprintf("%s is out of bounds.", + $message = sprintf("%s is out of bounds.", $message );