Exception: Decouplio::Errors::ErrorStoreError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/decouplio/errors/error_store_error.rb

Instance Method Summary collapse

Methods inherited from BaseError

#initialize, #message

Constructor Details

This class inherits a constructor from Decouplio::Errors::BaseError

Instance Method Details

#interpolation_valuesObject



12
13
14
# File 'lib/decouplio/errors/error_store_error.rb', line 12

def interpolation_values
  []
end

#templateObject



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