## utils.FieldNotInModelError

<span id="hexkit.utils.FieldNotInModelError"></span>


Raised when provided fields where not contained in a pydantic model.


Usage

``` python
utils.FieldNotInModelError(
    *,
    model,
    unexpected_field,
)
```
