Exception: SimpleMessageQueue::ConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- SimpleMessageQueue::ConfigurationError
- Defined in:
- lib/simple_message_queue/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ConfigurationError
constructor
A new instance of ConfigurationError.
Constructor Details
#initialize ⇒ ConfigurationError
Returns a new instance of ConfigurationError.
4 5 6 7 |
# File 'lib/simple_message_queue/errors.rb', line 4 def initialize = "SimpleMessageQueue has not been configured. Create an initializer with a SimpleMessageQueue.configure block and set the access_key_id, secret_access_key and environment variable." super() end |