ignoreErrors

inline fun <A> ignoreErrors(block: SingletonRaise<Any?>.() -> A): A

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