The FieldError exception is raised when there is a problem with a model field.
| 13 | |
| 14 | |
| 15 | class FieldError(BaseORMException): |
| 16 | """ |
| 17 | The FieldError exception is raised when there is a problem with a model field. |
| 18 | """ |
| 19 | |
| 20 | |
| 21 | class ParamsError(BaseORMException): |
no outgoing calls
no test coverage detected
searching dependent graphs…