Exception: VBucket::MissingConfigFile

Inherits:
Exception
  • Object
show all
Defined in:
lib/vbucket.rb

Instance Method Summary collapse

Constructor Details

#initialize(file_path_) ⇒ MissingConfigFile

Returns a new instance of MissingConfigFile.



15
16
17
# File 'lib/vbucket.rb', line 15

def initialize(file_path_)
  super("The config file is missing from path: #{file_path_}")
end