Exception: ConvenientService::Support::DependencyContainer::Exceptions::NotExportableModule
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Support::DependencyContainer::Exceptions::NotExportableModule
- Defined in:
- lib/convenient_service/support/dependency_container/exceptions.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(mod:) ⇒ void
This method returns an undefined value.
37 38 39 40 41 42 43 44 45 |
# File 'lib/convenient_service/support/dependency_container/exceptions.rb', line 37 def initialize_with_kwargs(mod:) = <<~TEXT Module `#{mod}` can NOT export methods. Did you forget to include `ConvenientService::DependencyContainer::Export` into it? TEXT initialize() end |