## providers.mongodb.migrations.DbVersionMismatchError

<span id="hexkit.providers.mongodb.migrations.DbVersionMismatchError"></span>


Raised when the database is not at the version expected by the service.


Usage

``` python
providers.mongodb.migrations.DbVersionMismatchError(
    *, db_version, target_version
)
```
