Init
This commit is contained in:
11
cppdraft/stdexcept/syn.md
Normal file
11
cppdraft/stdexcept/syn.md
Normal file
@@ -0,0 +1,11 @@
|
||||
[stdexcept.syn]
|
||||
|
||||
# 19 Diagnostics library [[diagnostics]](./#diagnostics)
|
||||
|
||||
## 19.2 Exception classes [[std.exceptions]](std.exceptions#stdexcept.syn)
|
||||
|
||||
### 19.2.2 Header <stdexcept> synopsis [stdexcept.syn]
|
||||
|
||||
[ð](#lib:logic_error)
|
||||
|
||||
namespace std {class logic_error; class domain_error; class invalid_argument; class length_error; class out_of_range; class runtime_error; class range_error; class overflow_error; class underflow_error;}
|
||||
Reference in New Issue
Block a user