Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Forked from szyku/calculator.php
Created June 10, 2019 09:38
Show Gist options
  • Save tsh-code/2770a38586abeebe09e89210751b82a9 to your computer and use it in GitHub Desktop.
Save tsh-code/2770a38586abeebe09e89210751b82a9 to your computer and use it in GitHub Desktop.
Calculator Exception Usage
<?php
try {
$loanSchedule = $calculator->calculate($loanDeptorRequest);
} catch (CalculatorException $e) {
// log the event or sth else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment