Searched refs:Twig_Error_Runtime (Results 1 – 3 of 3) sorted by relevance
8 class Twig_Error_Runtime extends RuntimeError class
114 …throw new Twig_Error_Runtime(sprintf('Unable to understand "%s" in grammar (%s class does not exis…132 …throw new Twig_Error_Runtime(sprintf('Unable to parse grammar "%s" near "...%s..."', $str, substr(…
774 …* wrapped all compilation and runtime exceptions with Twig_Error_Runtime and added logic to guess …868 …s to Twig_Error_* (Twig_SyntaxError/Twig_RuntimeError are now Twig_Error_Syntax/Twig_Error_Runtime)873 * added file and line to Twig_Error_Runtime exceptions thrown from Twig_Template