handleNotFound

@ExceptionHandler(value = [NoSuchElementException::class])
fun handleNotFound(e: NoSuchElementException): ResponseEntity<String>
@ExceptionHandler(value = [IllegalArgumentException::class])
fun handleNotFound(e: IllegalArgumentException): ResponseEntity<String>

Exception handler