Exception: Cauchy::NoIndexSchemasError

Inherits:
MigrationError show all
Defined in:
lib/cauchy/migrator.rb

Instance Method Summary collapse

Constructor Details

#initializeNoIndexSchemasError

Returns a new instance of NoIndexSchemasError.



27
28
29
# File 'lib/cauchy/migrator.rb', line 27

def initialize
  super("No index schemas defined")
end