changeset 26:cdc91b663087

Docs: document Irccd.SystemError, #420
author David Demelier <markand@malikania.fr>
date Tue, 16 Feb 2016 13:58:52 +0100
parents afff3f16d86e
children 12dfbec74a9c
files doc/html/api/module/Irccd/index.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/html/api/module/Irccd/index.md	Tue Feb 16 13:58:29 2016 +0100
+++ b/doc/html/api/module/Irccd/index.md	Tue Feb 16 13:58:52 2016 +0100
@@ -15,6 +15,10 @@
     - **minor**: (int) the minor irccd version,
     - **patch**: (int) the patch irccd version.
 
+## Types
+
+  - **SystemError**: (function) an exception inheriting `Error` thrown by some functions.
+
 ## Example
 
 ````javascript