package.es.NotImplementedError.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 UnsupportedOperationError from "./UnsupportedOperationError.mjs";
class NotImplementedError extends UnsupportedOperationError {}
export default NotImplementedError;