Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
8 lines (7 sloc) 189 Bytes
'use strict';
module.exports = class BaseClient {
// eslint-disable-next-line no-unused-vars
static getClientPath(options) {
throw new Error('Client needs implementation');
}
};
You can’t perform that action at this time.