fix cmd update-related-podcasts
[mygpo.git] / mygpo / db / __init__.py
blob66c441c7058ecd8024be967ede20417901e47c04
3 class DatabaseBackendException(Exception):
4 """ Generic database backend exception """
7 class QueryParameterMissing(DatabaseBackendException):
8 """ A mandatory parameter to a query is missing """