harrydeluxe / php-liquid

A PHP port of Ruby's Liquid Templates
http://www.delacap.com/artikel/Liquid-Templates/
MIT License
239 stars 119 forks source link

error_mode #47

Open hakimihamdan88 opened 7 years ago

hakimihamdan88 commented 7 years ago

do php-liquid have setting for the error mode?

Liquid::Template.error_mode = :strict # Raises a SyntaxError when invalid syntax is used
Liquid::Template.error_mode = :warn # Adds errors to template.errors but continues as normal
Liquid::Template.error_mode = :lax # The default mode, accepts almost anything.
johnsnails commented 7 years ago

Also wondering about this.

sanmai commented 7 years ago

Doesn't seem like it.

hakimihamdan88 commented 7 years ago

@sanmai see liquid error modes https://github.com/Shopify/liquid