@w5s/errorClassesNotImplementedErrorSur cette pageNotImplementedError The NotImplementedError object indicates an error that the current function was not implemented@examplefunction someFunction() { throw NotImplementedError();// message can be customized}HierarchyReadonly<Error & { cause: unknown; message: string; name: NotImplementedError; stack: string } & { name: NotImplementedError }>NotImplementedErrorIndex ConstructorsconstructorPropertieserrorNameConstructors constructornew NotImplementedError(...properties: [properties?: ErrorClassProperties<{}>]): NotImplementedErrorError constructorProperties staticreadonlyerrorNameerrorName: NotImplementedErrorError name
The NotImplementedError object indicates an error that the current function was not implemented