- `/goout-api/src/util/exception.ts` ` throw new HttpException({ status: HttpStatus.FORBIDDEN, error: 'This is a custom message', }, HttpStatus.FORBIDDEN);` - 위와 같은 형태로 Exception 명시
/goout-api/src/util/exception.tsthrow new HttpException({ status: HttpStatus.FORBIDDEN, error: 'This is a custom message', }, HttpStatus.FORBIDDEN);