summaryrefslogtreecommitdiff
path: root/pysnmp/error.py
blob: 2cb6b98e63805a1e58433ed9aabcb6e10a50bcfc (plain)
1
2
3
4
5
6
7
8
9
10
#
# This file is part of pysnmp software.
#
# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pysnmp.sf.net/license.html
#


class PySnmpError(Exception):
    pass