Exception: NoGemfileException

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

Overview

Thrown when we can’t find a Gemfile

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Unable to find a Gemfile') ⇒ NoGemfileException

Returns a new instance of NoGemfileException.



5
6
7
# File 'lib/breezer/exceptions.rb', line 5

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