X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Flanguage%2Fclass_LanguagePathIsEmptyException.php;h=536081d11b1e65cc55d22f165bf055e9de77adae;hp=d539baa2818b3bce5d9c6124cc19b8434925bb67;hb=18326a804304728be346a6898b6d489d0359b647;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58 diff --git a/inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php b/inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php index d539baa2..536081d1 100644 --- a/inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php +++ b/inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php @@ -31,7 +31,7 @@ class LanguagePathIsEmptyException extends FrameworkException { */ public function __construct (FrameworkInterface $class, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Language base path is empty.", + $message = sprintf('[%s:%d] Language base path is empty.', $class->__toString(), $this->getLine() );