mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-55594 output: Adding template name to filenotfound exception
Part of MDL-55071
This commit is contained in:
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user