Documentation

Throwing
in package
implements ErrorHandler

Error handler that handles all errors by throwing them.

This is the default strategy used by all components.

Interfaces, Classes and Traits

ErrorHandler

Table of Contents

handleError()  : mixed
Handle an error generated during lexing, parsing or some other operation.

Methods

handleError()

Handle an error generated during lexing, parsing or some other operation.

public handleError(Error $error) : mixed
Parameters
$error : Error

The error that needs to be handled

Return values
mixed

Search results