pysnmp-sky/pysnmp/error.py

11 lines
192 B
Python

#
# This file is part of pysnmp software.
#
# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pysnmp.sf.net/license.html
#
class PySnmpError(Exception):
pass