Exception: TwilioResource::NoPhoneNumbersFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/twilio_resource/exceptions.rb

Instance Method Summary collapse

Methods inherited from Exception

find_exception, twilio_exceptions

Instance Method Details

#messageObject



33
34
35
# File 'lib/twilio_resource/exceptions.rb', line 33

def message
  "No phone numbers found"
end