Update
This commit is contained in:
@@ -52,7 +52,7 @@ public function handle(): void
|
||||
'content_id' => $this->contentId,
|
||||
'error' => $e->getMessage(),
|
||||
]);
|
||||
|
||||
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
@@ -66,4 +66,4 @@ public function failed(\Throwable $exception): void
|
||||
'exception' => $exception->getMessage(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ public function handle(): int
|
||||
'export_format' => $this->exportFormat,
|
||||
'error' => $e->getMessage(),
|
||||
]);
|
||||
|
||||
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
@@ -71,4 +71,4 @@ public function failed(\Throwable $exception): void
|
||||
'exception' => $exception->getMessage(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ public function handle(): void
|
||||
'search_query' => $this->searchQuery,
|
||||
'error' => $e->getMessage(),
|
||||
]);
|
||||
|
||||
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
@@ -62,4 +62,4 @@ public function failed(\Throwable $exception): void
|
||||
'exception' => $exception->getMessage(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ public function handle(): void
|
||||
{
|
||||
try {
|
||||
$trackingExport = TrackingExport::findOrFail($this->trackingExportId);
|
||||
|
||||
|
||||
$updateData = [
|
||||
'export_status' => $this->status,
|
||||
];
|
||||
@@ -50,7 +50,7 @@ public function handle(): void
|
||||
'status' => $this->status,
|
||||
'error' => $e->getMessage(),
|
||||
]);
|
||||
|
||||
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
@@ -63,4 +63,4 @@ public function failed(\Throwable $exception): void
|
||||
'exception' => $exception->getMessage(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user