summaryrefslogtreecommitdiff
path: root/doc/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst
index f5112165..7d04f03e 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -26,6 +26,9 @@ interface. For example, a simple use would be::
cov.html_report()
+Any of the methods can raise specialized exceptions described in
+:ref:`api_exceptions`.
+
Coverage.py supports plugins that can change its behavior, to collect
information from non-Python files, or to perform complex configuration. See
:ref:`api_plugin` for details.