Exception: CouchRestAdapter::NotImplementedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- CouchRestAdapter::NotImplementedError
- Defined in:
- lib/exceptions/couch_rest_adapter.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
3 4 5 |
# File 'lib/exceptions/couch_rest_adapter.rb', line 3 def to_s "An abstract class can not be instantiated." end |