Error handler that collects all errors into an array.
This allows graceful handling of errors.
CloneableInstantiable
Methods |
public clearErrors() : void Reset/clear collected errors. |
public getErrors() : array Get collected errors.
|
public handleError(PhpParser |
public hasErrors() : bool Check whether there are any errors. |
Properties |
private array $errors = []
|