1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 18:14:04 +02:00

Snippets: fix

This commit is contained in:
Awilum
2018-12-25 02:35:07 +03:00
parent da2d7334c2
commit a0206a74d6

View File

@@ -51,7 +51,7 @@ class Snippets
// Output...
return ob_get_clean();
} else {
throw new \RuntimeException("Snippet {$snippet_path} does not exist.");
throw new \RuntimeException("Snippet {$snippet_name} does not exist.");
}
}
}