cowrie/kippo/core/exceptions.py

4 lines
74 B
Python
Raw Normal View History

class NotEnabledException(Exception):
""" Feature not enabled
"""