// Package: com.lightningkite.lightningdb.mock // Generated by Khrysalis - this file will be overwritten. import { Exception } from '@lightningkite/khrysalis-runtime' //! Declares com.lightningkite.lightningdb.mock.ItemNotFound export class ItemNotFound extends Exception { public constructor(message: string) { super(message); } }