Exception: Readyset::Query::ProxiedQuery::UnsupportedError

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

#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



15
16
17
# File 'lib/readyset/query/proxied_query.rb', line 15

def to_s
  "Query #{id} is unsupported"
end