This commit is contained in:
Andras Bacsai 2023-08-31 21:51:05 +02:00
parent 67538ff60c
commit 472ed0753d

View File

@ -37,7 +37,7 @@ public function handle()
$mail->subject('You are on the waitlist!');
send_user_an_email($mail, $this->email);
} catch (\Throwable $th) {
send_internal_notification('SendConfirmationForWaitlistJob failed with error: ' . $th->getMessage());
send_internal_notification("SendConfirmationForWaitlistJob failed for {$mail} with error: " . $th->getMessage());
ray($th->getMessage());
throw $th;
}