promise.catch(name, function callback (error) { // Handler error where error.name === name }); ... you could rethrow the error or return a rejected promis:.
確定! 回上一頁