Throw a Mustachey runtime exception from filesystem source.

Fixes #370
This commit is contained in:
Justin Hileman
2021-04-28 10:25:13 -07:00
parent d2503c7a29
commit 799c0f40fd
2 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@
class Mustache_Test_Source_FilesystemSourceTest extends PHPUnit_Framework_TestCase
{
/**
* @expectedException RuntimeException
* @expectedException Mustache_Exception_RuntimeException
*/
public function testMissingTemplateThrowsException()
{