Exception: CouchRestAdapter::NotImplementedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/exceptions/couch_rest_adapter.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/exceptions/couch_rest_adapter.rb', line 3

def to_s
  "An abstract class can not be instantiated."
end