The SNMPException class
(PHP 5 >= 5.4.0)
Einführung
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.
Klassenbeschreibung
SNMPException
extends
RuntimeException
{
/* Eigenschaften */
/* Geerbte Eigenschaften */
/* Geerbte Methoden */
}Eigenschaften
- code
-
SNMPlibrary error code. Use Exception::getCode() to access it.