mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-03 07:39:39 +00:00
10 lines
185 B
Python
10 lines
185 B
Python
__all__ = ['CommandInBlackListException', 'AnsibleDockerImageNotFound']
|
|
|
|
|
|
class CommandInBlackListException(Exception):
|
|
pass
|
|
|
|
|
|
class AnsibleDockerImageNotFound(Exception):
|
|
pass
|