title($exception->title ?? null) ->body($exception->body ?? $exception->getMessage()) ->color($exception->color ?? 'danger') ->icon($exception->icon ?? 'tabler-x') ->danger() ->send(); if ($this->stopPropagation ?? true) { $stopPropagation(); } } }