Exception: CassSchema::Runner::DropCommandsNotAllowed
- Inherits:
-
StandardError
- Object
- StandardError
- CassSchema::Runner::DropCommandsNotAllowed
- Defined in:
- lib/cass_schema/runner.rb
Instance Method Summary collapse
-
#initialize(*_) ⇒ DropCommandsNotAllowed
constructor
A new instance of DropCommandsNotAllowed.
Constructor Details
#initialize(*_) ⇒ 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 |