Exception: RailsFlowMap::FileOperationError
- Defined in:
- lib/rails_flow_map/errors.rb
Overview
Raised when file operations fail
Instance Attribute Summary
Attributes inherited from Error
#category, #context, #error_code
Instance Method Summary collapse
-
#initialize(message, context: {}) ⇒ FileOperationError
constructor
A new instance of FileOperationError.
Methods inherited from Error
Constructor Details
#initialize(message, context: {}) ⇒ FileOperationError
Returns a new instance of FileOperationError.
67 68 69 |
# File 'lib/rails_flow_map/errors.rb', line 67 def initialize(, context: {}) super(, context: context, category: :file_operation) end |