Exception: Doubleshot::Lockfile::UnlockedDependencyError

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

Instance Method Summary collapse

Constructor Details

#initialize(dependency) ⇒ UnlockedDependencyError

Returns a new instance of UnlockedDependencyError.



5
6
7
# File 'lib/doubleshot/lockfile.rb', line 5

def initialize(dependency)
  super "Dependency #{dependency.to_s.inspect} is unlocked!"
end