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