Builder

class Builder

Constructors

Link copied to clipboard
constructor()

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