jumpserver/apps/ops/ansible/exceptions.py

7 lines
68 B
Python
Raw Normal View History

2017-12-06 10:31:51 +00:00
# -*- coding: utf-8 -*-
#
class AnsibleError(Exception):
pass