Skip to content

Commit

Permalink
Wrap all API methods in try/catch blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Aug 14, 2024
1 parent e263d9e commit f0b3c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/ByWaterSolutions/TwilioVoice/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ sub amd_callback {
catch {
warn "CAUGHT UNHANDLED ERROR: $_";
$c->unhandled_exception($_);
}
};
}

1;

0 comments on commit f0b3c35

Please sign in to comment.