]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_VariableIsNotSetException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_VariableIsNotSetException.php
index 9ebf5cdc69db9c2f62ab72c72067b85f648c34df..a306dc28c4d25a4c1d2f1ad78e0a0de8ad474952 100644 (file)
@@ -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] While the application %s was initialized, a variable %s was not created.',
                        $array[0]->__toString(),
                        $this->getLine(),
                        $array[1],