TwistPHP Documentation

__construct

File path: dist/twist/Classes/Error.class.php
Namespace: Twist\Classes
Extends:

__constructA custom error handler that handles all of TwistPHPs Errors, Exceptions and Fatal Errors, it also handles errors produced in your PHP code and outputs all HTTP status pages.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function __construct with the example vars
$resError = new \Twist\Classes\Error();
$resError -> __construct();