Exception: Decouplio::Errors::ResqHandlerMethodError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Decouplio::Errors::ResqHandlerMethodError
- Defined in:
- lib/decouplio/errors/resq_handler_method_error.rb
Instance Method Summary collapse
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from Decouplio::Errors::BaseError
Instance Method Details
#interpolation_values ⇒ Object
13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/decouplio/errors/resq_handler_method_error.rb', line 13 def interpolation_values [ format( Decouplio::Const::Validations::Resq::NOT_ALLOWED_HANDLER_METHOD_VALUE, @errored_option ), Decouplio::Const::Validations::Resq::HANDLER_METHOD_SHOULD_BE_A_SYMBOL, Decouplio::Const::Validations::Resq::ALLOWED_OPTIONS_MESSAGE, Decouplio::Const::Validations::Resq::MANUAL_URL ] end |
#template ⇒ Object
9 10 11 |
# File 'lib/decouplio/errors/resq_handler_method_error.rb', line 9 def template Decouplio::Const::Validations::Resq::VALIDATION_ERROR_MESSAGE end |