Exception: SmartQue::QueueNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/smart_que/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/smart_que/errors.rb', line 3

def message
  "Queue doesn't exist"
end