UNPKG

156 BTypeScriptView Raw
1/**
2 * Thrown . Theoretically can't be thrown.
3 */
4export declare class PersistedEntityNotFoundError extends Error {
5 name: string;
6 constructor();
7}