Class: Vero::Senders::Invalid
Instance Method Summary collapse
Instance Method Details
#call(_api_class, _domain, _options) ⇒ Object
6 7 8 |
# File 'lib/vero/senders/invalid.rb', line 6 def call(_api_class, _domain, ) raise 'Vero sender not supported by your version of Ruby. Please change `config.async` to a valid sender. See https://github.com/getvero/vero for more information.' end |