X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_ConfigEntryIsEmptyException.php;fp=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_ConfigEntryIsEmptyException.php;h=f441ef44316b5b864ad0da7b959c24c321ec91bb;hb=75552231db513fd6657bdb232c5f3109aaa605d7;hp=29efd8f94820646252fce96535e815545304ba24;hpb=6dc1ac62cab3d23f017d2dcf4250838ab5e6df51;p=shipsimu.git diff --git a/inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php b/inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php index 29efd8f..f441ef4 100644 --- a/inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php +++ b/inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php @@ -31,7 +31,7 @@ class ConfigEntryIsEmptyException extends FrameworkException { */ public function __construct (FrameworkConfiguration $class, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Leeren Konfigurationseintrag angegeben!", + $message = sprintf("[%s:%d] Empty configuration entry provided!", $class->__toString(), $this->getLine() );