MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / to_exception

Method to_exception

cassandra/protocol.py:356–357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 error_code = 0x2200
355
356 def to_exception(self):
357 return InvalidRequest(self.summary_msg())
358
359
360class ConfigurationException(RequestValidationException):

Callers

nothing calls this directly

Calls 2

InvalidRequestClass · 0.90
summary_msgMethod · 0.80

Tested by

no test coverage detected