MDL-55594 output: Adding template name to filenotfound exception
Part of MDL-55071
This commit is contained in:
committed by
Dan Poltawski
parent
10deddd34e
commit
a47e73ff7c
@@ -116,6 +116,6 @@ class mustache_template_finder {
|
||||
}
|
||||
}
|
||||
|
||||
throw new moodle_exception('filenotfound', 'error');
|
||||
throw new moodle_exception('filenotfound', 'error', '', null, $name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user