summary refs log tree commit diff stats
path: root/doc/manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.rst')
-rw-r--r--doc/manual.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index d60d58fe7..ea2b74a75 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -3974,7 +3974,8 @@ Every exception inherits from ``system.Exception``. Exceptions that indicate
 programming bugs inherit from ``system.Defect`` (which is a subtype of ``Exception``)
 and are stricly speaking not catchable as they can also be mapped to an operation
 that terminates the whole process. Exceptions that indicate any other runtime error
-that can be caught inherit from ``system.Error`` (which is a subtype of ``Exception``).
+that can be caught inherit from ``system.CatchableError``
+(which is a subtype of ``Exception``).
 
 
 Imported exceptions