lib/message_driver/errors.rb in message-driver-0.2.2 vs lib/message_driver/errors.rb in message-driver-0.3.0
- old
+ new
@@ -3,9 +3,11 @@
require 'nesty'
module MessageDriver
class Error < StandardError; end
+ class BrokerNotConfigured < Error; end
+ class BrokerAlreadyConfigured < Error; end
class TransactionError < Error; end
class TransactionRollbackOnly < TransactionError; end
class NoSuchDestinationError < Error; end
class NoSuchConsumerError < Error; end