exception = $exception; } /** * Build the message. * * @return $this */ public function build() { return $this->from(config('mail.from.name'), config('mail.from.address')) ->view('email.migration.failed'); } }