UNPKG

@fjell/core

Version:

Core Item and Key Framework for Fjell

5 lines (4 loc) 167 B
import { ActionError } from './ActionError'; export declare class NotFoundError extends ActionError { constructor(message: string, itemType: string, key?: any); }