Root/
1 2 3 4 5 6 7 8 9 10 | <?php # Errors class H2o_Error extends Exception {} class ParseError extends H2o_Error {} class TemplateNotFound extends H2o_Error {} class TemplateSyntaxError extends H2o_Error {} ?> |
1 2 3 4 5 6 7 8 9 10 | <?php # Errors class H2o_Error extends Exception {} class ParseError extends H2o_Error {} class TemplateNotFound extends H2o_Error {} class TemplateSyntaxError extends H2o_Error {} ?> |