Class MemCache::ServerError
In: lib/memcache.rb  (CVS)
Parent: InternalError

MemCache server error class — this is raised if a "SERVER_ERROR <error>\r\n" is seen in the dialog with a server.

Methods

new  

Attributes

server  [R] 

Public Class methods

[Source]

# File lib/memcache.rb, line 1312
        def initialize( svr )
            @server = svr
        end

[Validate]