# File lib/flexmock/expectation.rb, line 266
266:     def and_throw(sym, value=nil)
267:       and_return { throw sym, value }
268:     end