Class Error
Functions to throw error messages.
Methods summary
public static
|
#
Show( string $message )
Displays a message and exits the application with error status code.
Displays a message and exits the application with error status code.
Parameters
- $message
string $message The message to display before exiting the application.
|