PlaguBot/bot/src/main/kotlin/dev/inmo/plagubot/config/StateHandlingErrorHandler.kt

4 lines
104 B
Kotlin

package dev.inmo.plagubot.config
typealias StateHandlingErrorHandler<T> = suspend (T, Throwable) -> T?