| 853 | |
| 854 | |
| 855 | class CantChangeRuntimeParamError(ObjectNotInPrerequisiteStateError): |
| 856 | sqlstate = '55P02' |
| 857 | |
| 858 | |
| 859 | class LockNotAvailableError(ObjectNotInPrerequisiteStateError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…