Exception: Curlybars::Error::Render

Inherits:
Base
  • Object
show all
Defined in:
lib/curlybars/error/render.rb

Instance Attribute Summary

Attributes inherited from Base

#id, #metadata, #position

Instance Method Summary collapse

Constructor Details

#initialize(id, message, position, **metadata) ⇒ Render

Returns a new instance of Render.



6
7
8
# File 'lib/curlybars/error/render.rb', line 6

def initialize(id, message, position, **)
  super('render.%s' % id, message, position, )
end