mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Add optional resource usage limitations to number of rendering calls, length of rendering output and/or number of variable/capture assignments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module Liquid
|
||||
class Error < ::StandardError; end
|
||||
|
||||
|
||||
class ArgumentError < Error; end
|
||||
class ContextError < Error; end
|
||||
class FilterNotFound < Error; end
|
||||
@@ -8,4 +8,5 @@ module Liquid
|
||||
class StandardError < Error; end
|
||||
class SyntaxError < Error; end
|
||||
class StackLevelError < Error; end
|
||||
class MemoryError < Error; end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user