Exception: NoLockfileException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/breezer/exceptions.rb

Overview

Thrown when we can’t find a Lockfile (Gemfile.lock)

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Unable to find a Lockfile') ⇒ NoLockfileException

Returns a new instance of NoLockfileException.



12
13
14
# File 'lib/breezer/exceptions.rb', line 12

def initialize(msg = 'Unable to find a Lockfile')
  super
end