UNPKG

ncollections

Version:
12 lines (8 loc) 203 B
'use strict' class UnsupportedOperationException extends Error { constructor() { super() this.name = 'UnsupportedOperationException'; } } module.exports = UnsupportedOperationException;