module VCR::Cassette::EncodingErrorHandling
@private
Public Instance Methods
Source
# File lib/vcr/cassette/serializers.rb, line 48 def handle_encoding_errors yield rescue *self::ENCODING_ERRORS => e e.message << "\nNote: Using VCR's `:preserve_exact_body_bytes` option may help prevent this error in the future." raise end