UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

7 lines (6 loc) 245 B
import { Entity } from '../entities/interfaces/Entity'; import { EntityError } from './EntityError'; export declare class EntityRegistrationError extends EntityError { readonly entity: Entity; constructor(entity: Entity, msg: string); }