Exception: TwilioContactable::Gateway::WebsiteAddressNotConfiguredError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/gateway.rb

Instance Method Summary collapse

Constructor Details

#initializeWebsiteAddressNotConfiguredError

Returns a new instance of WebsiteAddressNotConfiguredError.



4
5
6
7
8
9
# File 'lib/gateway.rb', line 4

def initialize
  super "Please define your `website_address` config parameter "+
        "in the TwilioContactable initializer. "+
        "It should be in the format of: \"http://example.com/\""

end