Exception: CassSchema::Runner::DropCommandsNotAllowed

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cass_schema/runner.rb

Instance Method Summary collapse

Constructor Details

#initialize(*_) ⇒ DropCommandsNotAllowed

Returns a new instance of DropCommandsNotAllowed.



5
6
7
# File 'lib/cass_schema/runner.rb', line 5

def initialize(*_)
  super('Drop commands have been disabled by the :disallow_drops option')
end