ignoreErrors

inline fun <A> ignoreErrors(block: IgnoreErrorsRaise<None>.() -> A): A(source)

Introduces a scope where you can bind errors of any type, but no information is saved in the raise case.