class OrmAdapter::NotSupportedError

def to_s

def to_s
  "method not supported by this orm adapter"
end