Interface GithubControllerAdvice

All Superinterfaces:
GeneralControllerAdvice
All Known Implementing Classes:
GithubControllerAdviceImpl

public interface GithubControllerAdvice extends GeneralControllerAdvice
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
  • Method Details

    • handleGithubException

      default <E extends GeneralException> org.springframework.http.ResponseEntity<ErrorResponseDto> handleGithubException(int statusCode, E exception)