class CouchRestAdapter::NotImplementedError

Public Instance Methods

to_s() click to toggle source
# File lib/exceptions/couch_rest_adapter.rb, line 3
def to_s
  "An abstract class can not be instantiated."
end