StreamPack
Toggle table of contents
3.0.0-RC2
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.pipelines.utils
Package-level
declarations
Types
Functions
Types
Multi
Exception
Link copied to clipboard
class
MultiException
(
val
throwables
:
Iterable
<
Throwable
>
)
:
Exception
Exception that wraps multiple exceptions.
Source
Config
Utils
Link copied to clipboard
object
SourceConfigUtils
Functions
Multi
Exception
Link copied to clipboard
fun
MultiException
(
vararg
throwables
:
Throwable
)
:
MultiException