Exception: Doubleshot::Lockfile::UnknownDependencyTypeError

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/doubleshot/lockfile.rb

Instance Method Summary collapse

Constructor Details

#initialize(dependency) ⇒ UnknownDependencyTypeError



11
12
13
# File 'lib/doubleshot/lockfile.rb', line 11

def initialize(dependency)
  super "Handling for this dependency is not implemented: #{dependency.inspect}"
end