rewrote to SPL exceptions as these exceptions are really overdue ...
[core.git] / framework / main / exceptions / template / class_BasePathIsNoDirectoryException.php
index 6773481baacf1e6dbe8d3d3370a3b7c2e31de8fe..eeb095f3050cedec1a002d7c15d5e4072c5f3797 100644 (file)
@@ -38,7 +38,7 @@ class BasePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf('[%s:%d] Template base path %s does not exist.',
+               $message = sprintf('[%s:%d] Template base path "%s" does not exist.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]