Skip to content

Commit

Permalink
missing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 15, 2024
1 parent 8b597e4 commit 9fdee97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/block-core.R
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ block_input_check.result_block <- function(x, data, ...) {
}

#' @rdname block_io
#' @param class Custom class
#' @export
input_failure <- function(..., class = character()) {
rlang::abort(paste0(...), class = c(class, "input_failure"))
Expand Down
2 changes: 2 additions & 0 deletions man/block_io.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fdee97

Please sign in to comment.