Files
webtorrent-desktop/renderer/lib/errors.js
2016-03-21 16:51:45 -07:00

9 lines
158 B
JavaScript

module.exports = {
UnplayableError
}
function UnplayableError () {
this.message = 'Can\'t play any files in torrent'
}
UnplayableError.prototype = Error