Exception: Karst::RemovedConfiguration

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/karst/configuration.rb

Overview

Raised when an initializer sets a configuration option Karst has removed. A NoMethodError subclass, so a removed option fails exactly like an ordinary typo would -- but with a message naming the removal and what replaced it. Karst never reinterprets a removed option as something else.