# File lib/flexmock/expectation.rb, line 252
252:     def and_raise(exception, *args)
253:       and_return { raise exception, *args }
254:     end