## protocols.dao.NoHitsFoundError

<span id="hexkit.protocols.dao.NoHitsFoundError"></span>


Raised when a DAO find operation did result in no hits while a


Usage

``` python
protocols.dao.NoHitsFoundError(
    *,
    mapping,
)
```


single hit was expected.
