Exception: TwilioContactable::Gateway::WebsiteAddressNotConfiguredError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- TwilioContactable::Gateway::WebsiteAddressNotConfiguredError
- Defined in:
- lib/gateway.rb
Instance Method Summary collapse
-
#initialize ⇒ WebsiteAddressNotConfiguredError
constructor
A new instance of WebsiteAddressNotConfiguredError.
Constructor Details
#initialize ⇒ WebsiteAddressNotConfiguredError
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 |