]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / language / class_LanguagePathIsNoDirectoryException.php
index 4e369b3f892d94cb833b08389facc268cfe98144..1a3b2f644a5838f1d86b08010a8b79baa7474b99 100644 (file)
@@ -31,7 +31,7 @@ class LanguagePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Sprach-Basispfad <span class=\"exception_reason\">%s</span> existiert nicht oder ist eine Datei!",
+               $message = sprintf("[%s:%d] Language base path %s does not exist or is not a directory.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]