Skip to content

Commit cf6767c

Browse files
committed
add link to invalid_argument.md
stdexcept.mdにinvalid_argumentへのリンクを追加
1 parent 5bff1a1 commit cf6767c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/stdexcept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
| 名前 | 説明 | 対応バージョン |
1515
|--------------------|--------------------------------------------|-------|
1616
| [`logic_error`](stdexcept/logic_error.md) | プログラムの実行前に検出可能なエラー(論理エラー)を示す | |
17-
| [`domain_error`](stdexcept/domain_error.md) | 定義域エラーを示す | |
18-
| `invalid_argument` | 不正な引数を示す | |
17+
| [`domain_error`](stdexcept/domain_error.md) | 定義域エラーを示す | |
18+
| [`invalid_argument`](stdexcept/invalid_argument.md) | 不正な引数を示す | |
1919
| `length_error` | 長すぎるオブジェクトを作ろうとしたことを示す | |
2020
| `out_of_range` | 引数が許容範囲外であることを示す | |
2121
| `runtime_error` | プログラム実行時にのみ検出可能なエラー(実行時エラー)を示す | |

0 commit comments

Comments
 (0)