handleGeneric

@ExceptionHandler(value = [Exception::class])
fun handleGeneric(ex: Exception): ResponseEntity<RagAdminApiErrorResponse>