PHP Interface PhpParser\ErrorHandler

Afficher le fichier Open project: nikic/php-parser Interface Usage Examples

Méthodes publiques

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

Method Details

handleError() public méthode

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