Files
pyrofetes-frontend/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

7 lines
324 B
JavaScript

import { createErrorClass } from './createErrorClass';
export const ArgumentOutOfRangeError = createErrorClass((_super) => function ArgumentOutOfRangeErrorImpl() {
_super(this);
this.name = 'ArgumentOutOfRangeError';
this.message = 'argument out of range';
});
//# sourceMappingURL=ArgumentOutOfRangeError.js.map