Class: ElectricSlide::CallQueue::InvalidConnectionType

Inherits:
Error
  • Object
show all
Defined in:
lib/electric_slide/call_queue.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



34
35
36
# File 'lib/electric_slide/call_queue.rb', line 34

def message
  "Invalid connection type; must be one of #{CONNECTION_TYPES.join ','}"
end