Exception: MCollective::Connector::Activemq::DummyError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/mcollective/connector/activemq.rb

Overview

Older stomp gems do not have these error classes, in order to be able to handle these exceptions if they are present and still support older gems we’re assigning the constants to a dummy exception that will never be thrown by us. End result is that the code catching these exceptions become noops on older gems but on newer ones they become usable and handle those new errors intelligently