Skip to content

Commit 3227e21

Browse files
committed
reference/contracts/contract_violation.md: Added description
1 parent 398fa68 commit 3227e21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/contracts/contract_violation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ namespace std::contracts {
1717
}
1818
}
1919
```
20+
21+
`contract_violation`型は、実行時に発生した契約違反が`handle_contract_violation`関数に渡されるために使用される型である。
22+
23+
この型は、ユーザーによって構築、コピー、ムーブ、変更してはならない。

0 commit comments

Comments
 (0)