exception = $exception; $this->message = 'Oops, looks like something went wrong with your migration. Please try again, later.'; } /** * Build the message. * * @return $this */ public function build() { return $this->from('noreply@invoiceninja.com') ->view('email.migration.failed'); } }