UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

5 lines (4 loc) 155 B
import { EntityError } from './EntityError'; export declare class EntityLoadError extends EntityError { constructor(location: string, msg?: string); }