The ValidationError is raised when validators of field validate failed.
| 115 | |
| 116 | |
| 117 | class ValidationError(BaseORMException): |
| 118 | """ |
| 119 | The ValidationError is raised when validators of field validate failed. |
| 120 | """ |
| 121 | |
| 122 | |
| 123 | class UnSupportedError(BaseORMException): |
no outgoing calls
searching dependent graphs…