FieldError
Raised when accessing a nonexistent field on an object.
Inherits from: RuntimeError
Constructor
FieldError name
Builds an error naming a field that does not exist.
Parameters
| Name | Type | Description |
|---|---|---|
name |
Sym |
the field that does not exist |