"try-err" ==> "try-error"
jonathancallahan opened this issue · 0 comments
jonathancallahan commented
Router.R
has: "try-err" %in% class(result)
which won't match. It needs to be "try-error" %in% class(result)
jonathancallahan opened this issue · 0 comments
Router.R
has: "try-err" %in% class(result)
which won't match. It needs to be "try-error" %in% class(result)