phyloref / jphyloref

MIT License
0 stars 0 forks source link

Fixed bug in the Webserver command that prevented RDFParseExceptions being sent to the client #22

Closed gaurav closed 6 years ago

gaurav commented 6 years ago

Currently, these exceptions are uncaught and cause the request to fail. This change catches that exception and sends the error message to the client.