File path: dist/twist/Classes/Error.class.php
Namespace: Twist\Classes
getType
— Detect the error type as a string based on an error number.
Name | Description |
---|---|
$intErrorNo | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intErrorNo = 124;
//Call the function getType with the example vars
\Twist\Classes\Error::getType($intErrorNo);