| 114 | |
| 115 | |
| 116 | class DiagnosticsError(_base.PostgresError): |
| 117 | sqlstate = '0Z000' |
| 118 | |
| 119 | |
| 120 | class StackedDiagnosticsAccessedWithoutActiveHandlerError(DiagnosticsError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…