Exception: WAZ::Queues::QueueAlreadyExists

Inherits:
WAZStorageException show all
Defined in:
lib/waz/queues/exceptions.rb

Instance Method Summary collapse

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