Scalr_Scripting_GlobalVariables::errorHandler PHP Method

errorHandler() private method

Callback function for set_error_handler
private errorHandler ( integer $errno, string $errstr )
$errno integer
$errstr string
    private function errorHandler($errno, $errstr)
    {
        $this->errorHandlerLastError = str_replace("preg_match(): ", "", $errstr);
    }