PEAR2_Net_RouterOS  1.0.0b5
A MikroTik RouterOS client
 All Data Structures Namespaces Files Functions Variables Pages
NotSupportedException Class Reference
+ Inheritance diagram for NotSupportedException:
+ Collaboration diagram for NotSupportedException:

Public Member Functions

 __construct ($message, $code=0, $previous=null, $value=null)
 Creates a new NotSupportedException. More...
 
 getValue ()
 Gets the unsupported value. More...
 
 __toString ()
 Returns a string representation of the exception. More...
 

Data Fields

const CODE_CONTROL_BYTE = 1601
 

Detailed Description

Definition at line 38 of file NotSupportedException.php.

Constructor & Destructor Documentation

__construct (   $message,
  $code = 0,
  $previous = null,
  $value = null 
)

Creates a new NotSupportedException.

Parameters
string$messageThe Exception message to throw.
int$codeThe Exception code.
\Exception$previousThe previous exception used for the exception chaining.
mixed$valueThe unsupported value.

Definition at line 57 of file NotSupportedException.php.

Member Function Documentation

__toString ( )

Returns a string representation of the exception.

Returns
string The exception as a string.

Definition at line 85 of file NotSupportedException.php.

getValue ( )

Gets the unsupported value.

Returns
mixed The unsupported value.

Definition at line 72 of file NotSupportedException.php.

Field Documentation

const CODE_CONTROL_BYTE = 1601

Definition at line 41 of file NotSupportedException.php.


The documentation for this class was generated from the following file: