evekb / evedev-kb

EVE Killboard
www.evekb.org
41 stars 22 forks source link

Bug fix: Add try/catch to prevent Uncaught KillException errors #60

Open hjf288 opened 8 years ago

hjf288 commented 8 years ago

Noticed that API pulls weren't working past a certain corporation due to a malformed killmail causing an uncaught KillException.

This patch adds a try/catch to ensure that a fatal error isn't thrown due to the exception being thrown and not caught.