mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 18:36:58 +08:00
6 lines
68 B
Python
6 lines
68 B
Python
# -*- coding:utf-8 -*-
|
|
|
|
|
|
class CommitException(Exception):
|
|
pass
|