Exception: Decouplio::Errors::ErrorStoreError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Decouplio::Errors::ErrorStoreError
show all
- Defined in:
- lib/decouplio/errors/error_store_error.rb
Instance Method Summary
collapse
Methods inherited from BaseError
#initialize, #message
Instance Method Details
#interpolation_values ⇒ Object
12
13
14
|
# File 'lib/decouplio/errors/error_store_error.rb', line 12
def interpolation_values
[]
end
|
#template ⇒ Object
8
9
10
|
# File 'lib/decouplio/errors/error_store_error.rb', line 8
def template
'Error store for action and inner action should be the same.'
end
|