Exception: HatiJsonapiError::Errors::NotDefinedErrorClassError
- Inherits:
-
StandardError
- Object
- StandardError
- HatiJsonapiError::Errors::NotDefinedErrorClassError
- Defined in:
- lib/hati_jsonapi_error/errors/not_defined_error_class_error.rb
Instance Method Summary collapse
-
#initialize(message = 'Error class not defined') ⇒ NotDefinedErrorClassError
constructor
A new instance of NotDefinedErrorClassError.
Constructor Details
#initialize(message = 'Error class not defined') ⇒ NotDefinedErrorClassError
Returns a new instance of NotDefinedErrorClassError.
7 8 9 |
# File 'lib/hati_jsonapi_error/errors/not_defined_error_class_error.rb', line 7 def initialize( = 'Error class not defined') super end |