export class NotImplementException extends Error { constructor() { super('not implement') } }