Files
Schnappix/node_modules/react-native-gesture-handler/lib/module/web_hammer/Errors.js
T

8 lines
226 B
JavaScript

"use strict";
export class GesturePropError extends Error {
constructor(name, value, expectedType) {
super(`Invalid property \`${name}: ${value}\` expected \`${expectedType}\``);
}
}
//# sourceMappingURL=Errors.js.map