Class DefaultErrorHandler

java.lang.Object
io.quarkiverse.githubapp.runtime.error.DefaultErrorHandler
All Implemented Interfaces:
ErrorHandler

@ApplicationScoped public class DefaultErrorHandler extends Object implements ErrorHandler
  • Constructor Details

    • DefaultErrorHandler

      public DefaultErrorHandler()
  • Method Details

    • handleError

      public void handleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)
      Description copied from interface: ErrorHandler
      Note that the payload might be null if the error happened before the events have been dispatched with a payload.
      Specified by:
      handleError in interface ErrorHandler