class Dry::Effects::Errors::ResolutionError

Unresolved dependency

@api private

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/dry/effects/errors.rb, line 70
def initialize(key)
  super("Key +#{key.inspect}+ cannot be resolved")
end