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