exception = $exception; } /** * Build the message. * * @return $this */ public function build() { return $this->from('noreply@invoiceninja.com') ->view('email.migration.failed'); } }