# File lib/vcr/http_stubbing_adapters/common.rb, line 16 def add_vcr_info_to_exception_message(exception_klass) exception_klass.class_eval do def initialize(message) super(message + '. ' + VCR::HttpStubbingAdapters::Common::RECORDING_INSTRUCTIONS) end end end