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.



83
84
85
# File 'lib/gondler/gomfile.rb', line 83

def initialize(gomfile)
  @gomfile = gomfile
end

Instance Method Details

#messageObject



87
88
89
# File 'lib/gondler/gomfile.rb', line 87

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