class Mocha::Thrower

def evaluate(invocation)

def evaluate(invocation)
  invocation.threw(@tag, @object)
  throw @tag, @object
end

def initialize(tag, object = nil)

def initialize(tag, object = nil)
  @tag = tag
  @object = object
end