@ExceptionHandler(value = {MobileIsNotUnderVerificationException.class})
    protected ResponseEntity<Object> handleNotUnderVerification(
            MobileIsNotUnderVerificationException ex, WebRequest request) {
        Map<String, Object> errorAttributes = getErrorAttributes(request);
        errorAttributes.put("error", "1102");