Searched defs:ErrorCatching (Results 1 – 1 of 1) sorted by relevance
102 interface ErrorCatching { interface166 fun ErrorCatching.error(message: Any, cause: Throwable? = null): Nothing { in ErrorCatching() method