|
PEAR2_Net_RouterOS
1.0.0b6
A MikroTik RouterOS client
|
Inheritance diagram for RouterErrorException:
Collaboration diagram for RouterErrorException:Public Member Functions | |
| __construct ( $message, $code=0, E $previous=null, ResponseCollection $responses=null) | |
| Creates a new RouterErrorException. More... | |
| getResponses () | |
| Gets the complete set responses returned by the router. More... | |
| __toString () | |
| Returns a string representation of the exception. More... | |
Definition at line 44 of file RouterErrorException.php.
| __construct | ( | $message, | |
$code = 0, |
|||
| E | $previous = null, |
||
| ResponseCollection | $responses = null |
||
| ) |
Creates a new RouterErrorException.
| string | $message | The Exception message to throw. |
| int | $code | The Exception code. |
| E | null | $previous | The previous exception used for the exception chaining. |
| ResponseCollection | null | $responses | The complete set responses returned by the router. |
Definition at line 87 of file RouterErrorException.php.
| __toString | ( | ) |
Returns a string representation of the exception.
Definition at line 116 of file RouterErrorException.php.
| getResponses | ( | ) |
Gets the complete set responses returned by the router.
Definition at line 103 of file RouterErrorException.php.