We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9284b2f commit d95053cCopy full SHA for d95053c
1 file changed
api/src/main/kotlin/com/wafflestudio/snuttev/ErrorHandler.kt
@@ -40,7 +40,7 @@ class ErrorHandler {
40
}
41
42
@ExceptionHandler(ClientAbortException::class, AsyncRequestNotUsableException::class)
43
- fun handleClientAbortException(ex: ClientAbortException): ResponseEntity<Void> {
+ fun handleClientAbortException(e: Exception): ResponseEntity<Void> {
44
return ResponseEntity.status(HttpStatus.NO_CONTENT).build()
45
46
0 commit comments