diff --git a/doc/manual.rst b/doc/manual.rst index 4e477f6ffb..80029fca47 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -4258,7 +4258,9 @@ caught by reference. Example: except std_exception as ex: echo ex.what() - +**Note:** `getCurrentException()` and `getCurrentExceptionMsg()` are not available +for imported exceptions. You need to use `except ImportedException as x:` syntax +and rely on functionality of `x` object to get exception details. Effect system =============