class NoLockfileException
Thrown when we can't find a Lockfile (Gemfile.lock)
Public Class Methods
new(msg = 'Unable to find a Lockfile')
click to toggle source
Calls superclass method
# File lib/breezer/exceptions.rb, line 12 def initialize(msg = 'Unable to find a Lockfile') super end