Handle some more standard filter errors.

This commit is contained in:
Dylan Thacker-Smith
2015-05-28 14:18:53 -04:00
parent 3264d60425
commit 363388e92f
3 changed files with 28 additions and 2 deletions
+1
View File
@@ -58,4 +58,5 @@ module Liquid
TaintedError = Class.new(Error)
MemoryError = Class.new(Error)
ZeroDivisionError = Class.new(Error)
FloatDomainError = Class.new(Error)
end