Method: Lookbook::TemplateError#initialize
- Defined in:
- lib/lookbook/support/errors/template_error.rb
#initialize(msg = nil, scope: "template", **kwargs) ⇒ TemplateError
Returns a new instance of TemplateError.
3 4 5 |
# File 'lib/lookbook/support/errors/template_error.rb', line 3 def initialize(msg = nil, scope: "template", **kwargs) super(msg, scope: scope, **kwargs) end |