Exception: ViewComponent::BaseError

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

Instance Method Summary collapse

Constructor Details

#initializeBaseError

Returns a new instance of BaseError.



3
4
5
# File 'lib/view_component/errors.rb', line 3

def initialize
  super(self.class::MESSAGE)
end