Exception: RailsFlowMap::NotImplementedError
- Defined in:
- lib/rails_flow_map/errors.rb
Overview
Raised when a feature is not implemented
Instance Attribute Summary
Attributes inherited from Error
#category, #context, #error_code
Instance Method Summary collapse
-
#initialize(message = "Feature not yet implemented", context: {}) ⇒ NotImplementedError
constructor
A new instance of NotImplementedError.
Methods inherited from Error
Constructor Details
#initialize(message = "Feature not yet implemented", context: {}) ⇒ NotImplementedError
88 89 90 |
# File 'lib/rails_flow_map/errors.rb', line 88 def initialize( = "Feature not yet implemented", context: {}) super(, context: context, category: :not_implemented) end |