Exception: ConvenientService::Support::DependencyContainer::Exceptions::NotModule
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Support::DependencyContainer::Exceptions::NotModule
- Defined in:
- lib/convenient_service/support/dependency_container/exceptions.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(klass:) ⇒ void
This method returns an undefined value.
82 83 84 85 86 87 88 |
# File 'lib/convenient_service/support/dependency_container/exceptions.rb', line 82 def initialize_with_kwargs(klass:) = <<~TEXT `#{klass.inspect}` is NOT a Module. TEXT initialize() end |