pakoito
05/15/2019, 4:12 PMIO {
when (response.status) {
InternalServerError -> throw AccountsGatewayException("Failed to get info for notification_id ${notificationId.value} on account ${accountId.value}. ${response.status.description}")
Gone -> throw NotificationDeletedException()
}
}.bind()