| 825 | |
| 826 | |
| 827 | class ConfigurationLimitExceededError(InsufficientResourcesError): |
| 828 | sqlstate = '53400' |
| 829 | |
| 830 | |
| 831 | class ProgramLimitExceededError(_base.PostgresError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…