# HG changeset patch # User David Demelier # Date 1455627532 -3600 # Node ID cdc91b663087e7ba20d65a1c43213ebb2dcb27fd # Parent afff3f16d86ea2b837273be991284c84b6933245 Docs: document Irccd.SystemError, #420 diff -r afff3f16d86e -r cdc91b663087 doc/html/api/module/Irccd/index.md --- 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