exceptionHandler property
Pipeline level exception/error handler.
Exception/error handler for the pipeline. If not set, exceptions/errors will be handled by the server-level exception/error handler.
This pipeline exception handler can also be set using a
@Handles.exception()
annotation, providing it the name of the
pipeline if it is not the default pipeline.
Implementation
ExceptionHandler? exceptionHandler;