PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db
/
runWrapped
run
Wrapped
inline
fun
<
R
>
runWrapped
(
block
:
(
)
->
R
)
:
R
Runs the given
block
, wrapping exceptions as
PowerSyncException
s.