class SendGridMailer::InvalidApiKey
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/send_grid_mailer/errors.rb, line 6 def initialize super("The SendGrid API key is invalid or missing") end