Skip to content

Commit

Permalink
dont run unhandledrequest eg
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 4, 2024
1 parent b79cc58 commit 35b9da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/errors.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' - but if record != once, then allow it, unless record == none
#' - others?
#'
#' @examples
#' @examples \dontrun{
#' vcr_configure(dir = tempdir())
#' cassettes()
#' insert_cassette("turtle")
Expand Down Expand Up @@ -53,6 +53,7 @@
#' # cleanup
#' eject_cassette("turtle")
#' unlink(tempdir())
#' }
UnhandledHTTPRequestError <- R6::R6Class(
"UnhandledHTTPRequestError",
public = list(
Expand Down
2 changes: 2 additions & 0 deletions man/UnhandledHTTPRequestError.Rd

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

0 comments on commit 35b9da2

Please sign in to comment.