File path: dist/twist/Classes/Error.class.php
Namespace: Twist\Classes
__construct
— A 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.
void — No return information has been documented for this function.
<?php
//Call the function __construct with the example vars
$resError = new \Twist\Classes\Error();
$resError -> __construct();