Skip to content

Commit fedb2ac

Browse files
committed
Readme update
1 parent fec951f commit fedb2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class PaymentService
217217
return ['status' => 'insufficient_funds'];
218218
}
219219
])
220-
->onUncaughtException(fn($e, $meta) => Monitor::escalate($e, $meta))
220+
->onUncaughtException(fn($e, $meta) => SomeEscalationLogic::run($e, $meta))
221221
->run(function() use ($amount) {
222222
return $this->chargeCard($amount);
223223
});

0 commit comments

Comments
 (0)