Property | Type | Description | |
---|---|---|---|
$id | |||
$rawMessage |
Method | Description | |
---|---|---|
__construct ( string $message, string $id = null, Exception $previous = null ) | Constructor. | |
getId ( ) : string | Gets the identifier where the exception was created. | |
setId ( string $id ) | Sets the identifier where the exception was created. |
Method | Description | |
---|---|---|
updateRepr ( ) |
public __construct ( string $message, string $id = null, Exception $previous = null ) | ||
$message | string | The exception message |
$id | string | The identifier of the content where the exception was created |
$previous | Exception | The previous exception |