Exception: Decouplio::Errors::InvalidErrorClassError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Decouplio::Errors::InvalidErrorClassError
- Defined in:
- lib/decouplio/errors/invalid_error_class_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 24 25 26 |
# File 'lib/decouplio/errors/invalid_error_class_error.rb', line 13 def interpolation_values [ format( Decouplio::Const::Validations::Resq::NOT_ALLOWED_EXCEPTION_CLASS, @errored_option ), format( Decouplio::Const::Validations::Resq::ERROR_CLASS_INHERITANCE, @details ), Decouplio::Const::Validations::Resq::ALLOWED_OPTIONS_MESSAGE, Decouplio::Const::Validations::Resq::MANUAL_URL ] end |
#template ⇒ Object
9 10 11 |
# File 'lib/decouplio/errors/invalid_error_class_error.rb', line 9 def template Decouplio::Const::Validations::Resq::VALIDATION_ERROR_MESSAGE end |