Method | Description | |
---|---|---|
show_error ( string $heading, string | string[] $message, string $template = 'error_general', integer $status_code = 500 ) : string | General Error Page | |
show_exception ( $exception ) | -------------------------------------------------------------------- | |
show_php_error ( integer $severity, string $message, string $filepath, integer $line ) : string | Native PHP error handler |
Method | Description | |
---|---|---|
getErrorViewsPath ( ) : mixed | string |
protected getErrorViewsPath ( ) : mixed | string | ||
return | mixed | string |
public show_error ( string $heading, string | string[] $message, string $template = 'error_general', integer $status_code = 500 ) : string | ||
$heading | string | Page heading |
$message | string | string[] | Error message |
$template | string | Template name |
$status_code | integer | (default: 500) |
return | string | Error page output |
public show_exception ( $exception ) |