Function __global->relay_error_notification
Definitions
sources/failure.php
- Relay an error message, if appropriate, to e-mail listeners (sometimes core developers, and site staff).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$text | string | required parameter | N/A | N/A | A error message (in HTML) |
$developers | boolean | True | N/A | N/A | Also send to core developers |
$notification_category | ID_TEXT | error_occurred | N/A | N/A | The error_occurred notification category |