Exception: Gel::Error::BrokenStubError

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

Instance Method Summary collapse

Methods inherited from UserError

#[], #inner_backtrace

Methods included from ReportableError

#details, #exit_code

Constructor Details

#initialize(name:) ⇒ BrokenStubError

Returns a new instance of BrokenStubError.



96
97
98
# File 'lib/gel/error.rb', line 96

def initialize(name:)
  super
end

Instance Method Details

#messageObject



100
101
102
# File 'lib/gel/error.rb', line 100

def message
  "No available gem supplies a #{self[:name].inspect} executable"
end