This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Description
|
public function flush($model): void |
In regards to the Issue I reported in typesense-php, it took me a lot longer to discover the problem in scout:import because of trapping the exceptions in this method. Please consider either allowing the exceptions to bubble up, or use Logging to report them. I ultimately wrapped the block in a catch-all, and threw a new Exception, referencing the class of the old one and reporting the ID # of the model that the exception occurred on.