| 338 | |
| 339 | |
| 340 | class DuplicateJsonObjectKeyValueError(DataError): |
| 341 | sqlstate = '22030' |
| 342 | |
| 343 | |
| 344 | class InvalidArgumentForSQLJsonDatetimeFunctionError(DataError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…