UNPKG

@lightningkite/ktor-batteries

Version:
5 lines (4 loc) 156 B
import { Exception } from '@lightningkite/khrysalis-runtime'; export declare class ItemNotFound extends Exception { constructor(message: string); }