Source code for cfxdb._exception

##############################################################################
#
#                        Crossbar.io Database
#     Copyright (c) typedef int GmbH. Licensed under MIT.
#
##############################################################################

__all__ = ("InvalidConfigException",)


[docs] class InvalidConfigException(Exception): pass