Exception: RubyRabbitmqJanus::Errors::RRJErrorInit

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

Overview

Define an exception if gem dont initialize correctly

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RRJErrorInit

Returns a new instance of RRJErrorInit.



18
19
20
# File 'lib/rrj/errors/error.rb', line 18

def initialize(message)
  super "Gem is not instanciate correctly : #{message}", :fatal
end