react-native-audio-api
Version:
react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification
14 lines (13 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
class NotSupportedError extends Error {
constructor(message) {
super(message);
this.name = 'NotSupportedError';
}
}
var _default = exports.default = NotSupportedError;
//# sourceMappingURL=NotSupportedError.js.map