class Mocha::ThrownObject

def initialize(tag, value = nil)

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