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