# File lib/flexmock/expectation.rb, line 174
174:     def and_raise(exception, *args)
175:       and_return { raise exception, *args }
176:     end