implements |
ErrorHandler |
|---|
Error handler that collects all errors into an array.
This allows graceful handling of errors.
| Methods | ||
|---|---|---|
public
|
handleError(Error $error)
|
# |
public
|
getErrors(): Error[]
|
# |
public
|
hasErrors(): bool
|
# |
public
|
clearErrors()
|
# |