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



36
37
38
# File 'lib/twilio_resource/exceptions.rb', line 36

def message
  "No phone numbers found"
end