Skip to content

Instantly share code, notes, and snippets.

@dclarke-modus
Created September 1, 2017 15:47
Show Gist options
  • Save dclarke-modus/34964264fcf7cf87d0f802e2f111300f to your computer and use it in GitHub Desktop.
Save dclarke-modus/34964264fcf7cf87d0f802e2f111300f to your computer and use it in GitHub Desktop.
try {
\DB::beginTransaction();
$service->a(); //FAILS HERE, THROWS ERROR REGARDING LOCK ON MY TABLE.
\DB::commit();
} catch (\Exception $e) {
} finally {
\DB::rollback();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment