nekochans / lgtm-cat-ui

https://lgtmeow.com のUIComponentを管理する為のpackage
1 stars 0 forks source link

【リファクタリング】カスタムErrorの定義方法を変更 #265

Closed keitakn closed 9 months ago

keitakn commented 1 year ago

Done の定義

class MyError extends Error {
  static {
    this.prototype.name = "MyError";
  }
}

補足情報

https://www.wantedly.com/companies/wantedly/post_articles/492456

keitakn commented 9 months ago

こちらは https://github.com/nekochans/lgtm-cat-frontend/pull/284 で対応できたのでクローズ