class Seatbelt::Errors::NoTapeFoundForQueryError
Public: Will be raised if a question/query is called and no tape with implementation is found.
Public Instance Methods
message()
click to toggle source
# File lib/seatbelt/errors/errors.rb, line 93 def message "There is no tape implemented for answering this question." end