export class MetadataError extends KVORMError {
  constructor(message: string) {
    super(message);
    this.name = `MetadataError`;
  }