X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_VariableIsNotSetException.php;fp=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_VariableIsNotSetException.php;h=8f6f8e30891105e0b33e54566e1f1c079fffe157;hb=55be672a65bb8aadce8a45f4c54dca43a7c95d1f;hp=36372e574c436af7031ee35ea6a8127debe65ea3;hpb=56459e5bcba52c635e971cd0918e8270447dd468;p=shipsimu.git diff --git a/inc/classes/exceptions/main/class_VariableIsNotSetException.php b/inc/classes/exceptions/main/class_VariableIsNotSetException.php index 36372e5..8f6f8e3 100644 --- a/inc/classes/exceptions/main/class_VariableIsNotSetException.php +++ b/inc/classes/exceptions/main/class_VariableIsNotSetException.php @@ -31,7 +31,7 @@ class VariableIsNotSetException extends FrameworkException { */ public function __construct (array $array, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Bei der Initialisierung der Applikation %s wurde keine Variable %s erzeugt.", + $message = sprintf("[%s:%d] Bei der Initialisierung der Applikation %s wurde keine Variable %s erzeugt.", $array[0]->__toString(), $this->getLine(), $array[1],