Interface ErrorHandler

All Known Implementing Classes:
DefaultErrorHandler

public interface ErrorHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleError(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.
  • Method Details

    • handleError

      void handleError(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.