class Mocha::Invocation

def threw(tag, value)

def threw(tag, value)
  @result = ThrownObject.new(tag, value)
end