Class: SmartCore::Container::ResolvingError
- Inherits:
-
FetchError
- Object
- SmartCore::Container::ResolvingError
- Defined in:
- lib/smart_core/container/errors.rb
Overview
Instance Attribute Summary collapse
- #path_part ⇒ String readonly private
Instance Method Summary collapse
- #initialize(message = nil, path_part:) ⇒ void constructor private
Constructor Details
#initialize(message = nil, path_part:) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
61 62 63 64 |
# File 'lib/smart_core/container/errors.rb', line 61 def initialize( = nil, path_part:) @path_part = path_part super() end |
Instance Attribute Details
#path_part ⇒ String (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
52 53 54 |
# File 'lib/smart_core/container/errors.rb', line 52 def path_part @path_part end |