mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Handle some more standard filter errors.
This commit is contained in:
@@ -58,4 +58,5 @@ module Liquid
|
||||
TaintedError = Class.new(Error)
|
||||
MemoryError = Class.new(Error)
|
||||
ZeroDivisionError = Class.new(Error)
|
||||
FloatDomainError = Class.new(Error)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user