Exception: Gondler::Gomfile::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gondler/gomfile.rb

Instance Method Summary collapse

Constructor Details

#initialize(gomfile) ⇒ NotFound

Returns a new instance of NotFound.



41
42
43
# File 'lib/gondler/gomfile.rb', line 41

def initialize(gomfile)
  @gomfile = gomfile
end

Instance Method Details

#messageObject



45
46
47
# File 'lib/gondler/gomfile.rb', line 45

def message
  "Gondler require gomfile. Your gomfile is not found: #{@gomfile}"
end