Add tooltips
This commit is contained in:
8
renderer/lib/errors.js
Normal file
8
renderer/lib/errors.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
UnplayableError
|
||||
}
|
||||
|
||||
function UnplayableError () {
|
||||
this.message = 'Can\'t play any files in torrent'
|
||||
}
|
||||
UnplayableError.prototype = Error
|
||||
Reference in New Issue
Block a user