IMuException
require_once IMu::$lib . '/Exception.php';
Since: 1.0
Description
Class for IMu-specific exceptions.
Constructors
Constructor |
Details |
||||
---|---|---|---|---|---|
|
__construct(string $id, mixed $args) Creates an IMu-specific exception. Parameters:
|
Properties
Property |
Details |
---|---|
|
The set of arguments associated with the exception. Type: mixed Getter: mixed getArgs() Setter: setArgs(mixed $value) |
|
The unique identifier assigned to the server-side object once it has been created. Type: string Getter: string getID() |
Methods
Method |
Details |
||
---|---|---|---|
|
string __toString() Overrides the standard PHP Returns:
|