(self, section)
| 234 | self._root_docs_path = root_docs_path |
| 235 | |
| 236 | def document_exceptions(self, section): |
| 237 | self._add_title(section) |
| 238 | self._add_overview(section) |
| 239 | self._add_exceptions_list(section) |
| 240 | self._add_exception_classes() |
| 241 | |
| 242 | def _add_title(self, section): |
| 243 | section.style.h2('Client Exceptions') |