Namespace PhpParser\ErrorHandler

Classes
Collecting

Error handler that collects all errors into an array. This allows graceful handling of errors.

Throwing

Error handler that handles all errors by throwing them. This is the default strategy used by all components.