Exception: Readyset::Query::NotFoundError
- Defined in:
- lib/readyset/query.rb
Overview
An error raised when a query with the given ID can’t be found on the ReadySet instance.
Instance Attribute Summary
Attributes inherited from BaseError
Instance Method Summary collapse
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from Readyset::Query::BaseError
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'lib/readyset/query.rb', line 18 def to_s "Query not found for ID #{id}" end |