Exception: MemCache::ServerError

Inherits:
InternalError show all
Defined in:
lib/memcache.rb

Overview

MemCache server error class – this is raised if a “SERVER_ERROR <error>rn” is seen in the dialog with a server.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(svr) ⇒ ServerError

Returns a new instance of ServerError.



1257
1258
1259
# File 'lib/memcache.rb', line 1257

def initialize( svr )
	@server = svr
end

Instance Attribute Details

#serverObject (readonly)

Returns the value of attribute server.



1261
1262
1263
# File 'lib/memcache.rb', line 1261

def server
  @server
end