_error method

This commit is contained in:
Erik 2021-03-21 15:45:54 +02:00
parent 686004178c
commit c79e5c6e62

View File

@ -84,6 +84,10 @@ class Provider {
}
_error(err) {
this.storageManager._error(err, this);
}
}
module.exports = Provider;