void handleErrors(
int
$code, string
$message, string
$file, int
$line)
|
|
Converts all PHP errors into exceptions.
This method forces a sniff to stop processing if it is not able to handle a specific piece of code, instead of continuing and potentially getting into a loop.
Parameters: