Exception: Gel::Error::BrokenStubError
- Defined in:
- lib/gel/error.rb
Instance Method Summary collapse
-
#initialize(name:) ⇒ BrokenStubError
constructor
A new instance of BrokenStubError.
- #message ⇒ Object
Methods inherited from UserError
Methods included from ReportableError
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
#message ⇒ Object
100 101 102 |
# File 'lib/gel/error.rb', line 100 def "No available gem supplies a #{self[:name].inspect} executable" end |