MailosaurError constructor

MailosaurError(
  1. Response response
)

Implementation

MailosaurError(this.response)
    : message = _generateMessage(response);