Exception: RubyRabbitmqJanus::Errors::ConfigFileNotFound
- Inherits:
-
RRJError
- Object
- StandardError
- RRJError
- RubyRabbitmqJanus::Errors::ConfigFileNotFound
- Defined in:
- lib/rrj/errors/config.rb
Overview
Define an error if the configuration file is not here
Instance Method Summary collapse
-
#initialize(file) ⇒ ConfigFileNotFound
constructor
A new instance of ConfigFileNotFound.
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 |