MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / DatetimeFieldOverflowError

Class DatetimeFieldOverflowError

asyncpg/exceptions/__init__.py:148–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147
148class DatetimeFieldOverflowError(DataError):
149 sqlstate = '22008'
150
151
152class DivisionByZeroError(DataError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…