# File lib/rspec/matchers/built_in/throw_symbol.rb, line 55
        def failure_message_for_should
          "expected #{expected} to be thrown, got #{caught}"
        end