Exception: Seatbelt::Errors::NoTapeFoundForQueryError
- Inherits:
-
StandardError
- Object
- StandardError
- Seatbelt::Errors::NoTapeFoundForQueryError
- Defined in:
- lib/seatbelt/errors/errors.rb
Overview
Public: Will be raised if a question/query is called and no tape with implementation is found.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
93 94 95 |
# File 'lib/seatbelt/errors/errors.rb', line 93 def "There is no tape implemented for answering this question." end |