Exception: Yarrow::ConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/yarrow/configuration.rb

Overview

Raised when a required config section or property is missing.

Class Method Summary collapse

Class Method Details

.missing_section(name) ⇒ Object



76
77
78
# File 'lib/yarrow/configuration.rb', line 76

def self.missing_section(name)
  new("Missing config section #{name.to_sym}")
end