mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
Raise Liquid::ZeroDivisionError instead of ZeroDivisionError.
This commit is contained in:
@@ -57,4 +57,5 @@ module Liquid
|
||||
StackLevelError = Class.new(Error)
|
||||
TaintedError = Class.new(Error)
|
||||
MemoryError = Class.new(Error)
|
||||
ZeroDivisionError = Class.new(Error)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user