Exception: DTK::ErrorAMQP

Inherits:
Error
  • Object
show all
Defined in:
lib/errors/errors.rb

Direct Known Subclasses

ErrorAMQPQueueDoesNotExist

Constant Summary

Constants inherited from Error

DTK::Error::CallerOffset, DTK::Error::DefaultCallerDepth

Instance Method Summary collapse

Methods inherited from Error

#initialize, #to_hash, top_error_in_hash

Constructor Details

This class inherits a constructor from DTK::Error

Instance Method Details

#to_sObject



130
131
132
# File 'lib/errors/errors.rb', line 130

def to_s()
  "AMQP error"
end