ExpressionFunctionContext.catchParameterValue(final Throwable)
mP1 opened this issue · 1 comments
mP1 commented
Object catchParameterThrowable(final RuntimeException) {
// most impl will rethrow
// Spreadsheets will translate exception to SpreadsheetErrorKind.
}
used to catch divide by zero and translate to SpreadsheetErrorKind.
mP1 commented
maybe this should be merged with ExpressionFunctionContext.catchFunctionThrowable