Class: Vero::Senders::Invalid

Inherits:
Object
  • Object
show all
Defined in:
lib/vero/senders/invalid.rb

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, options)
  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