Exception: ConvenientService::Config::Exceptions::OptionCanNotBeNormalized
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Config::Exceptions::OptionCanNotBeNormalized
- Defined in:
- lib/convenient_service/config/exceptions.rb
Overview
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(option:) ⇒ void
This method returns an undefined value.
16 17 18 19 20 21 22 23 24 |
# File 'lib/convenient_service/config/exceptions.rb', line 16 def initialize_with_kwargs(option:) = " Option `\#{option.inspect}` can NOT be normalized.\n\n Consider passing `Symbol` or `Hash` instead.\n TEXT\n\n initialize(message)\nend\n" |