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



6
7
8
# File 'lib/vero/senders/invalid.rb', line 6

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