Module: LiquidDebug::ContextErrorHandler
- Defined in:
- lib/liquid/debug.rb
Instance Method Summary collapse
Instance Method Details
#handle_error(error, *args) ⇒ Object
14 15 16 17 18 |
# File 'lib/liquid/debug.rb', line 14 def handle_error(error, *args) LiquidDebug::ErrorHandler.new(error, LiquidDebug.stack).print LiquidDebug.reset super end |