Skip to content

Commit d95053c

Browse files
committed
AsyncRequestNotUsableException 필터링2
1 parent 9284b2f commit d95053c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/kotlin/com/wafflestudio/snuttev/ErrorHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ErrorHandler {
4040
}
4141

4242
@ExceptionHandler(ClientAbortException::class, AsyncRequestNotUsableException::class)
43-
fun handleClientAbortException(ex: ClientAbortException): ResponseEntity<Void> {
43+
fun handleClientAbortException(e: Exception): ResponseEntity<Void> {
4444
return ResponseEntity.status(HttpStatus.NO_CONTENT).build()
4545
}
4646

0 commit comments

Comments
 (0)