Exception: RubyRabbitmqJanus::Errors::RequestTemplateNotExist

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

Overview

Define errors with Rabbitmq when connection is failed

Author:

Instance Method Summary collapse

Constructor Details

#initialize(request_name) ⇒ RequestTemplateNotExist

Returns a new instance of RequestTemplateNotExist.



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

def initialize(request_name)
  super "The template request (#{request_name}) does not exist", :fatal
end