Exception: RubyRabbitmqJanus::Errors::ConfigFileNotFound

Inherits:
RRJError
  • Object
show all
Defined in:
lib/rrj/errors/config.rb

Overview

Define an error if the configuration file is not here

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ ConfigFileNotFound

Returns a new instance of ConfigFileNotFound.



8
9
10
# File 'lib/rrj/errors/config.rb', line 8

def initialize(file)
  super "Error for configuration file (#{file}), does on exist.", :error
end