Some kind of problem with a model field.
| 127 | |
| 128 | |
| 129 | class FieldError(Exception): |
| 130 | """Some kind of problem with a model field.""" |
| 131 | |
| 132 | pass |
| 133 | |
| 134 | |
| 135 | class FieldFetchBlocked(FieldError): |
no outgoing calls
no test coverage detected
searching dependent graphs…