From Jason Turner

[std.exceptions]

Diff to HTML by rtfpessoa

tmp/tmpvr5vqxur/{from.md → to.md} RENAMED
@@ -1,7 +1,9 @@
1
  ## Exception classes <a id="std.exceptions">[[std.exceptions]]</a>
2
 
 
 
3
  The C++ standard library provides classes to be used to report certain
4
  errors [[res.on.exception.handling]] in C++ programs. In the error model
5
  reflected in these classes, errors are divided into two broad
6
  categories: *logic* errors and *runtime* errors.
7
 
 
1
  ## Exception classes <a id="std.exceptions">[[std.exceptions]]</a>
2
 
3
+ ### General <a id="std.exceptions.general">[[std.exceptions.general]]</a>
4
+
5
  The C++ standard library provides classes to be used to report certain
6
  errors [[res.on.exception.handling]] in C++ programs. In the error model
7
  reflected in these classes, errors are divided into two broad
8
  categories: *logic* errors and *runtime* errors.
9