Class DefaultErrorHandler

    • Constructor Detail

      • DefaultErrorHandler

        public DefaultErrorHandler()
    • Method Detail

      • 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