_error method
This commit is contained in:
parent
686004178c
commit
c79e5c6e62
@ -84,6 +84,10 @@ class Provider {
|
||||
|
||||
}
|
||||
|
||||
_error(err) {
|
||||
this.storageManager._error(err, this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = Provider;
|
Loading…
Reference in New Issue
Block a user