cowrie/kippo/core/exceptions.py

9 lines
202 B
Python
Raw Normal View History

2014-08-09 20:48:34 +00:00
# Copyright (c) 2009-2014 Upi Tamminen <desaster@gmail.com>
# See the COPYRIGHT file for more information
class NotEnabledException(Exception):
""" Feature not enabled
"""
2014-08-09 20:48:34 +00:00
# vim: set sw=4 et: