The SNMPException class
Guide
Edit on GitHub ✎
Represents an error raised by SNMP. You should not throw a SNMPException from your own code. See Exceptions for more information about Exceptions in PHP.
Intro
Represents an error raised by SNMP. You should not throw a SNMPException from your own code. See Exceptions for more information about Exceptions in PHP.
Class synopsis
extends RuntimeException { }
Properties
codeSNMPlibrary error code. UseException::getCode()to access it.