Exception: Decouplio::Errors::InvalidWrapNameError
- Defined in:
- lib/decouplio/errors/invalid_wrap_name_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 |
# File 'lib/decouplio/errors/invalid_wrap_name_error.rb', line 13 def interpolation_values [ Decouplio::Const::Validations::Wrap::NAME_IS_EMPTY, Decouplio::Const::Validations::Wrap::SPECIFY_NAME, Decouplio::Const::Validations::Wrap::ALLOWED_OPTIONS_MESSAGE, Decouplio::Const::Validations::Wrap::MANUAL_URL ] end |
#template ⇒ Object
9 10 11 |
# File 'lib/decouplio/errors/invalid_wrap_name_error.rb', line 9 def template Decouplio::Const::Validations::Wrap::VALIDATION_ERROR_MESSAGE end |