In Files

Methods

Memcache::ConnectionError

Public Class Methods

new(e) click to toggle source
# File lib/memcache.rb, line 23
def initialize(e)
  if e.kind_of?(String)
    super
  else
    super("(#{e.class}) #{e.message}")
    set_backtrace(e.backtrace)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.