Interface GithubControllerAdvice
- All Superinterfaces:
GeneralControllerAdvice
- All Known Implementing Classes:
GithubControllerAdviceImpl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault <E extends GeneralException>
org.springframework.http.ResponseEntity<ErrorResponseDto>handleGithubException
(int statusCode, E exception) Methods inherited from interface com.winchesters.devopsify.controller.GeneralControllerAdvice
handleException
-
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)
-