Merge pull request #1978 from def-/manual-exceptions

Clarify documentation about "except clauses"
This commit is contained in:
Dominik Picheta
2015-01-17 16:47:21 +00:00

View File

@@ -83,7 +83,7 @@ raised:
Note that ``getCurrentException`` always returns a ``ref Exception``
type. If a variable of the proper type is needed (in the example
above, ``IOError``), one must use an explicit cast:
above, ``IOError``), one must convert it explicitly:
.. code-block:: nim
try: