Exception: WAZ::Queues::QueueAlreadyExists
- Inherits:
-
WAZStorageException
- Object
- StandardError
- WAZStorageException
- WAZ::Queues::QueueAlreadyExists
- Defined in:
- lib/waz/queues/exceptions.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ QueueAlreadyExists
constructor
A new instance of QueueAlreadyExists.
Constructor Details
#initialize(name) ⇒ QueueAlreadyExists
Returns a new instance of QueueAlreadyExists.
13 14 15 |
# File 'lib/waz/queues/exceptions.rb', line 13 def initialize(name) super("The queue #{name} already exists on your account.") end |