Skip to content

Commit 3fcec35

Browse files
committed
Merge pull request influxdata#249 from georgijd/f-exceptions-docs
Add exceptions to the documentation page (Thanks @georgijd !)
2 parents f659ced + 81cf0d9 commit 3fcec35

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/source/exceptions.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
.. _exceptions:
3+
4+
==========
5+
Exceptions
6+
==========
7+
8+
9+
.. currentmodule:: influxdb.exceptions
10+
11+
.. autoclass:: InfluxDBClientError
12+
.. autoclass:: InfluxDBServerError

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Contents
1919

2020
include-readme
2121
api-documentation
22+
exceptions
2223
resultset
2324
examples
2425

0 commit comments

Comments
 (0)