Exception: Ripple::MissingConfiguration
- Inherits:
-
StandardError
- Object
- StandardError
- Ripple::MissingConfiguration
- Includes:
- Translation
- Defined in:
- ripple/lib/ripple.rb
Overview
Exception raised when the path passed to load_configuration does not point to a existing file.
Instance Method Summary (collapse)
-
- (MissingConfiguration) initialize(file_path)
constructor
A new instance of MissingConfiguration.
Methods included from Translation
Methods included from Riak::Util::Translation
Constructor Details
- (MissingConfiguration) initialize(file_path)
A new instance of MissingConfiguration
87 88 89 |
# File 'ripple/lib/ripple.rb', line 87 def initialize(file_path) super(t("missing_configuration", :file => file_path)) end |