summary refs log tree commit diff stats
path: root/doc/manual/exceptions.txt
Commit message (Collapse)AuthorAgeFilesLines
* Clarify documentation about "except clauses"def2015-01-171-1/+1
| | | | | They're called type conversions. Type casts are done with cast[T](...) and are not type safe.
* New section "Except clauses" in the manualMaurizio Tomasi2015-01-141-0/+35
| | | | | | This new section explains how to use `getCurrentException` and `getCurrentExceptionMsg`. See the thread http://forum.nim-lang.org/t/752 .
* fixes #1742Araq2014-12-241-0/+21
|
* documented 'defer' statementAraq2014-12-241-23/+18
|
* onRaise doesn't work as documented as is dubiousAraq2014-11-141-28/+0
|
* fixes #930Araq2014-11-141-2/+5
|
* manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-0/+132