class SmartCore::Container::ResolvingError
@see SmartCore::Container::DependencyResolver
@see SmartCore::Container::Registry
@api public @since 0.1.0
Attributes
path_part[R]
@return [String]
@api private @since 0.1.0
Public Class Methods
new(message = nil, path_part:)
click to toggle source
@param message [String] @param path_part
[String] @return [void]
@api private @since 0.1.0 @version 0.4.0
Calls superclass method
# File lib/smart_core/container/errors.rb, line 61 def initialize(message = nil, path_part:) @path_part = path_part super(message) end