summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/mirroring/fs/exception.py
blob: d041b276c2cca23326f18c63114ccee22993deef (plain)
1
2
3
class MirrorException(Exception):
    def __init__(self, error_code, error_msg=''):
        super().__init__(error_code, error_msg)