Exception: MogileFS::ReadOnlyError

Inherits:
Error
  • Object
show all
Defined in:
lib/mogilefs.rb

Overview

Raised when a backend is in read-only mode

Instance Method Summary collapse

Instance Method Details

#messageObject

:nodoc:



24
25
26
# File 'lib/mogilefs.rb', line 24

def message # :nodoc:
  'readonly mogilefs'
end