tryCatchIgnore
tryCatchIgnore used when you want to ignore catch block if an exception is thrown.
Example:
tryCatchIgnore {
...
throw Exception("throw")
}
Content copied to clipboard
Since
1.1.0
tryCatchIgnore used when you want to ignore catch block if an exception is thrown.
Example:
tryCatchIgnore {
...
throw Exception("throw")
}
1.1.0