Source code for mwdb.errors

"""
.. autoclass:: mwdb.errors.TableDoesNotExist
"""


[docs]class TableDoesNotExist(RuntimeError): """ A table cannot be found in the schema. """ pass