Package-level declarations

Types

Link copied to clipboard
class MultiException(val throwables: Iterable<Throwable>) : Exception

Exception that wraps multiple exceptions.

Link copied to clipboard

Functions

Link copied to clipboard
fun MultiException(vararg throwables: Throwable): MultiException