Class: Vero::Senders::Invalid
Instance Method Summary collapse
Instance Method Details
#call(api_class, domain, options) ⇒ Object
4 5 6 |
# File 'lib/vero/senders/invalid.rb', line 4 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 |