Exception: CouchObject::Errors::MissingView

Inherits:
StandardError
  • Object
show all
Defined in:
lib/couch_object/error_classes.rb

Overview

Is raised when trying to load a view that doesn’t exist on the couchDB server

Instance Method Summary collapse

Instance Method Details

#messageObject Also known as: to_s



8
9
10
# File 'lib/couch_object/error_classes.rb', line 8

def message
  "The view doesn't exist on the server."
end