AdministrationException AdministrationException(
int
$code, String
$message, [String
$url = '']
)
|
|
Creates a new AdministrationException.
Parameters:
|
int |
$code: |
the Error Code |
|
String |
$message: |
the Error Message |
|
String |
$url: |
the URL of this Exception (can be used for creating Back links) |
API Tags:
Gets the URL of this Exception.
API Tags:
| Return: | thr URL of this Exception |
void setURL(
String
$url
)
|
|
Sets the URL of this Exception. Mostly used for showing Back Links!
Parameters:
|
String |
$url: |
the URL to go back after displaying the Exception |