# File lib/rspec/matchers/built_in/throw_symbol.rb, line 59
        def failure_message_for_should_not
          "expected #{expected('no Symbol')}#{' not' if @expected_symbol} to be thrown, got #{caught}"
        end