Exception: MemCache::ServerError
- Inherits:
-
InternalError
- Object
- Exception
- MemCacheError
- InternalError
- MemCache::ServerError
- 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
-
#server ⇒ Object
readonly
Returns the value of attribute server.
Instance Method Summary collapse
-
#initialize(svr) ⇒ ServerError
constructor
A new instance of ServerError.
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
#server ⇒ Object (readonly)
Returns the value of attribute server.
1261 1262 1263 |
# File 'lib/memcache.rb', line 1261 def server @server end |