Resolve "Приглашение нового пользователя" #222

Merged
arefiev1997 merged 6 commits from 87-inviting-user into dev 2019-05-17 14:36:08 +04:00
Showing only changes of commit 76d3adb464 - Show all commits

View File

@ -115,7 +115,7 @@ public class AdviceController {
} }
@ExceptionHandler(UserSendingMailException.class) @ExceptionHandler(UserSendingMailException.class)
public ResponseExtended<String> handleUserSendingMailException(Throwable e ) { public ResponseExtended<String> handleUserSendingMailException(Throwable e) {
return handleException(ErrorConstants.USER_SENDING_MAIL_EXCEPTION, e.getMessage()); return handleException(ErrorConstants.USER_SENDING_MAIL_EXCEPTION, e.getMessage());
} }
} }