Builder
class Builder
Functions
Link copied to clipboard
fun <ExceptionT : Throwable> addException(exceptionId: String, serializer: (ExceptionT) -> DataItem, deserializer: (DataItem) -> ExceptionT, exceptionClasses: List<KClass<out ExceptionT>>)
Link copied to clipboard