X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidObjectException.php;fp=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidObjectException.php;h=9d643a01a97abde7950597a3b48572286293bce6;hp=1b4438b0c901741d19d7c4a7e9ebcad3a62920b7;hb=55be672a65bb8aadce8a45f4c54dca43a7c95d1f;hpb=56459e5bcba52c635e971cd0918e8270447dd468 diff --git a/inc/classes/exceptions/main/class_InvalidObjectException.php b/inc/classes/exceptions/main/class_InvalidObjectException.php index 1b4438b..9d643a0 100644 --- a/inc/classes/exceptions/main/class_InvalidObjectException.php +++ b/inc/classes/exceptions/main/class_InvalidObjectException.php @@ -31,7 +31,7 @@ class InvalidObjectException extends FrameworkException { */ public function __construct (BaseFrameworkSystem $class, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Objekte sind nicht erlaubt. (Objekt: %s)", + $message = sprintf("[%s:%d] Objekte sind nicht erlaubt. (Objekt: %s)", $class->__toString(), $this->getLine(), $class->getObjectDescription()