Open CodyBuilder-dev opened 3 years ago
@ExceptionHandler(InvalidPasswordException.class) public ResponseEntity invalidPasswordException(InvalidPasswordException e) { return new ResponseEntity(e.getMessage(), HttpStatus.BAD_REQUEST); }
발생상황