UNPKG

@r1tsu/payload

Version:

9 lines (8 loc) 255 B
import APIError from './APIError.js'; class DuplicateGlobal extends APIError { constructor(config){ super(`Global label "${config.label}" is already in use`); } } export default DuplicateGlobal; //# sourceMappingURL=DuplicateGlobal.js.map