]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php
Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / inc / classes / exceptions / main / class_ConfigEntryIsEmptyException.php
index 29efd8f94820646252fce96535e815545304ba24..f441ef44316b5b864ad0da7b959c24c321ec91bb 100644 (file)
@@ -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()
                );