Less than 1 minute
exceptionHandler
Exception handler function.
public exceptionHandler({Array})
This function is responsible for handling exceptions thrown in the application. If the exception code is greater than or equal to 500, it logs the error message along with the code, line number, and file name. Then it calls the errorAndDie()
function to handle the error further.
Parameters
Parameter | Type | Description |
---|---|---|
$e | Throwable | the exception object |
Generated by Hazaar API Doc Generator