You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
biseo-api의 libs/error.ts에서 BiseoError 클래스를 Error 클래스를 extend해 사용하고 있는데, TypeScript 2.1부터 Error 클래스를 extend할 수 없다고 합니다(microsoft/TypeScript#12123 이슈 참조).
사실 Error 클래스를 extend할 이유가 없어서(클라이언트에만 전달되는 에러입니다 - 감사해요 @SnowSuno ), BiseoError가 Error를 extend하지 않게 수정해야 합니다.
스크린샷
BiseoError의 constructor가 제대로 실행되지 않아 serialize 메서드가 존재하지 않습니다.
관련 Task *
BiseoError 클래스 정의 수정
The text was updated successfully, but these errors were encountered:
이슈 내용 *
biseo-api의
libs/error.ts
에서 BiseoError 클래스를 Error 클래스를 extend해 사용하고 있는데, TypeScript 2.1부터 Error 클래스를 extend할 수 없다고 합니다(microsoft/TypeScript#12123 이슈 참조).사실 Error 클래스를 extend할 이유가 없어서(클라이언트에만 전달되는 에러입니다 - 감사해요 @SnowSuno ), BiseoError가 Error를 extend하지 않게 수정해야 합니다.
스크린샷
BiseoError의 constructor가 제대로 실행되지 않아 serialize 메서드가 존재하지 않습니다.
관련 Task *
The text was updated successfully, but these errors were encountered: