Exception: Readyset::Query::ProxiedQuery::UnsupportedError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Readyset::Query::ProxiedQuery::UnsupportedError
- Defined in:
- lib/readyset/query/proxied_query.rb
Overview
An error raised when a ‘ProxiedQuery` is expected to be supported but isn’t.
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
15 16 17 |
# File 'lib/readyset/query/proxied_query.rb', line 15 def to_s "Query #{id} is unsupported" end |