Exception: Ripple::MissingConfiguration

Inherits:
StandardError
  • Object
show all
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)

Methods included from Translation

#i18n_scope

Methods included from Riak::Util::Translation

#i18n_scope, #t

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