Exception: ConvenientService::Config::Exceptions::OptionCanNotBeNormalized
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Config::Exceptions::OptionCanNotBeNormalized
- Defined in:
- lib/convenient_service/config/exceptions.rb
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:) = <<~TEXT Option `#{option.inspect}` can NOT be normalized. Consider passing `Symbol` or `Hash` instead. TEXT initialize() end |