Skip to content

Commit

Permalink
Forget variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kleninmaxim committed Apr 28, 2022
1 parent 79ff914 commit 44ea2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getResults(
$max_deal_amount
);

} catch(Throwable) {
} catch(Throwable $e) {

echo '[' . date('Y-m-d H:i:s') . '] Division by zero Deal Amount. Error Message: ' . $e->getMessage() . PHP_EOL;

Expand Down

0 comments on commit 44ea2da

Please sign in to comment.