mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 23:14:39 +08:00
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
export const invalidFunction = (message) => () => {
|
|
throw new Error(message);
|
|
};
|