catch内のthrowの書き方について確認する
Opened this issue · 1 comments
kztk-m commented
参考:https://twitter.com/nagise/status/1772439082703913222
例外を再度投げる場合はthrow
に引数不要
catch (Exception e) {
throw;
}
kztk-m commented
該当箇所はなかったが,この挙動については少し説明があってもよいのではないか
Opened this issue · 1 comments
参考:https://twitter.com/nagise/status/1772439082703913222
例外を再度投げる場合はthrow
に引数不要
catch (Exception e) {
throw;
}
該当箇所はなかったが,この挙動については少し説明があってもよいのではないか