Refactoring of the exception handling
the whole set of exceptions handled by perun core and response sent to the fronted was refactored. From now on you always have to have deal with:
return PerunUtil.handleException(e, "Error description");
the whole set of exceptions handled by perun core and response sent to the fronted was refactored. From now on you always have to have deal with:
return PerunUtil.handleException(e, "Error description");