class Cauchy::NoIndexSchemasError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/cauchy/migrator.rb, line 27
def initialize
  super("No index schemas defined")
end