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

class CarrierError(error.PySnmpError):
    pass