Exception: ViewComponent::TemplateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/view_component/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(errors) ⇒ TemplateError

Returns a new instance of TemplateError.



20
21
22
# File 'lib/view_component/errors.rb', line 20

def initialize(errors)
  super(errors.join(", "))
end