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