package.es.UnsupportedOperationError.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-error Show documentation
Show all versions of apidom-error Show documentation
Backward compatible custom ApiDOM errors with causes.
The newest version!
import ApiDOMError from "./ApiDOMError.mjs";
class UnsupportedOperationError extends ApiDOMError {}
export default UnsupportedOperationError;