We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec951f commit fedb2acCopy full SHA for fedb2ac
README.md
@@ -217,7 +217,7 @@ class PaymentService
217
return ['status' => 'insufficient_funds'];
218
}
219
])
220
- ->onUncaughtException(fn($e, $meta) => Monitor::escalate($e, $meta))
+ ->onUncaughtException(fn($e, $meta) => SomeEscalationLogic::run($e, $meta))
221
->run(function() use ($amount) {
222
return $this->chargeCard($amount);
223
});
0 commit comments