1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
This commit is contained in:
Matthew Hodgson
2017-01-21 05:26:01 +00:00
parent 34a0bd4c38
commit e79926db6c
2 changed files with 7 additions and 2 deletions

View File

@@ -163,6 +163,8 @@ utils.inherits(module.exports.DecryptionError, Error);
*
* @constructor
* @param {string} msg message describing the problem
* @param {Object} devices userId -> {deviceId -> object}
* set of unknown devices per user we're warning about
* @extends Error
*/
module.exports.UnknownDeviceError = function(msg, devices) {