mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
feedback from code review
This commit is contained in:
@ -212,7 +212,7 @@ public class BaseAPIActionUtil
|
||||
catch(QNotFoundException qnfe)
|
||||
{
|
||||
LOG.info("Not found", qnfe);
|
||||
throw new QException("Error executing get: " + qnfe.getMessage(), qnfe);
|
||||
throw (qnfe);
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user