Exception: Seatbelt::Errors::NoTapeFoundForQueryError

Inherits:
StandardError
  • Object
show all
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

#messageObject



93
94
95
# File 'lib/seatbelt/errors/errors.rb', line 93

def message
  "There is no tape implemented for answering this question."
end