It will be even more fun, when I need to translate...
# announcements
c
It will be even more fun, when I need to translate to different exceptions. Like:
Copy code
someService.process(
    noFlyZoneNoData { requireNotNull(param1) },
    noFlyZoneBadData { requireNotNull(param2) },
    noFlyZoneGoAway { requireNotNull(param3) },
    noFlyZoneUnauthroized { requireNotNull(paramN) }
)