Exception: Readyset::Query::NotFoundError

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

#id

Instance Method Summary collapse

Methods inherited from BaseError

#initialize

Constructor Details

This class inherits a constructor from Readyset::Query::BaseError

Instance Method Details

#to_sObject



18
19
20
# File 'lib/readyset/query.rb', line 18

def to_s
  "Query not found for ID #{id}"
end