Exception: HatiJsonapiError::Errors::HelpersHandleError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Invalid Helpers:handle_error') ⇒ HelpersHandleError

Returns a new instance of HelpersHandleError.



7
8
9
# File 'lib/hati_jsonapi_error/errors/helpers_handle_error.rb', line 7

def initialize(message = 'Invalid Helpers:handle_error')
  super
end