class Test::Unit::ProxyError

:nodoc: all

def initialize(ex)

:nodoc: all
def initialize(ex)
  @message = ex.message
  @backtrace = ex.backtrace
end