mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
9 lines
202 B
Python
9 lines
202 B
Python
# Copyright (c) 2009-2014 Upi Tamminen <desaster@gmail.com>
|
|
# See the COPYRIGHT file for more information
|
|
|
|
class NotEnabledException(Exception):
|
|
""" Feature not enabled
|
|
"""
|
|
|
|
# vim: set sw=4 et:
|