class Mailgun::BadRequest
Inherits from Mailgun::CommunicationError
Public: Class for managing bad request 400 errors
def initialize(error_message, response)
def initialize(error_message, response) super(error_message, response) end
Inherits from Mailgun::CommunicationError
Public: Class for managing bad request 400 errors
def initialize(error_message, response) super(error_message, response) end