]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/mirroring/fs/exception.py
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / mirroring / fs / exception.py
CommitLineData
f67539c2
TL
1class MirrorException(Exception):
2 def __init__(self, error_code, error_msg=''):
3 super().__init__(error_code, error_msg)