Exception: RubyRabbitmqJanus::Errors::RequestFolerDoesntExist
- Inherits:
-
RRJError
- Object
- StandardError
- RRJError
- RubyRabbitmqJanus::Errors::RequestFolerDoesntExist
- Defined in:
- lib/rrj/errors/request.rb
Overview
Define errors if request folder does not exist
Instance Method Summary collapse
-
#initialize ⇒ RequestFolerDoesntExist
constructor
A new instance of RequestFolerDoesntExist.
Constructor Details
#initialize ⇒ RequestFolerDoesntExist
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 |