Exception: WAZ::Queues::InvalidOption

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

Instance Method Summary collapse

Constructor Details

#initialize(missing_option) ⇒ InvalidOption

Returns a new instance of InvalidOption.



7
8
9
# File 'lib/waz/queues/exceptions.rb', line 7

def initialize(missing_option)
  super("You did not provide one of the required parameters. Please provide the #{missing_option}.")
end