Exception: Gel::Error::ParsedGemspecError

Inherits:
UserError
  • Object
show all
Defined in:
lib/gel/error.rb

Instance Method Summary collapse

Methods inherited from UserError

#[], #initialize, #inner_backtrace

Methods included from ReportableError

#details, #exit_code

Constructor Details

This class inherits a constructor from Gel::UserError

Instance Method Details

#messageObject



206
207
208
# File 'lib/gel/error.rb', line 206

def message
  "Gemspec parse failed"
end