UNPKG

@gravityforms/gulp-tasks

Version:
11 lines (10 loc) 295 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.UtilsGDriveError = void 0; class UtilsGDriveError extends Error { constructor(message) { super(message); this.name = 'UtilsGDriveError'; } } exports.UtilsGDriveError = UtilsGDriveError;