mirror of https://github.com/jumpserver/jumpserver
6 lines
99 B
Python
6 lines
99 B
Python
|
__all__ = ['CommandInBlackListException']
|
||
|
|
||
|
|
||
|
class CommandInBlackListException(Exception):
|
||
|
pass
|