Class DefaultErrorHandler
java.lang.Object
io.quarkiverse.githubapp.runtime.error.DefaultErrorHandler
- All Implemented Interfaces:
ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t) Note that the payload might be null if the error happened before the events have been dispatched with a payload.
-
Constructor Details
-
DefaultErrorHandler
public DefaultErrorHandler()
-
-
Method Details
-
handleError
public void handleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t) Description copied from interface:ErrorHandlerNote that the payload might be null if the error happened before the events have been dispatched with a payload.- Specified by:
handleErrorin interfaceErrorHandler
-