Add documentation for built-in exceptions

This commit is contained in:
Simon Brunel
2019-02-01 16:06:29 +01:00
parent fa5a4192ff
commit 9119cc72f6
7 changed files with 79 additions and 2 deletions

View File

@ -52,6 +52,14 @@ module.exports = {
'qtpromise/helpers/qpromise',
'qtpromise/helpers/qpromiseall'
]
},
{
title: 'Exceptions',
children: [
'qtpromise/exceptions/canceled',
'qtpromise/exceptions/timeout',
'qtpromise/exceptions/undefined'
]
}
]
}