X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_DimNotFoundInArrayException.php;h=1e11cceb2bbe7b984e575d4e554f4ba4cf1ab464;hp=7806f9b81e6b9e3ea2baa5e3eb4e768bf3ff4284;hb=4b5f501d3ef327cf8b848a43d3af3643e22ea356;hpb=a505dfb31c8033bc75e96a78ec1fb29f54face66 diff --git a/inc/classes/exceptions/main/class_DimNotFoundInArrayException.php b/inc/classes/exceptions/main/class_DimNotFoundInArrayException.php index 7806f9b..1e11cce 100644 --- a/inc/classes/exceptions/main/class_DimNotFoundInArrayException.php +++ b/inc/classes/exceptions/main/class_DimNotFoundInArrayException.php @@ -38,7 +38,7 @@ class DimNotFoundInArrayException extends FrameworkException { ); } else { // No class given - $message = sprintf("Please provide a class for %s", __CLASS__); + $message = sprintf("Please provide a class for %s", __CLASS__); } // Call parent constructor