Exception: RubyRabbitmqJanus::Errors::RequestFolerDoesntExist

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

Overview

Define errors if request folder does not exist

Instance Method Summary collapse

Constructor Details

#initializeRequestFolerDoesntExist

Returns a new instance of RequestFolerDoesntExist.



16
17
18
# File 'lib/rrj/errors/request.rb', line 16

def initialize
  super 'The requests folder does not exist', :fatal
end