PHP Interface PhpParser\ErrorHandler

Show file Open project: nikic/php-parser Interface Usage Examples

Public Methods

Method Description
handleError ( Error $error ) Handle an error generated during lexing, parsing or some other operation.

Method Details

handleError() public method

Handle an error generated during lexing, parsing or some other operation.
public handleError ( Error $error )
$error Error The error that needs to be handled