ajsfw
Version:
Ajs Framework
18 lines (17 loc) • 676 B
TypeScript
import { Exception } from "ajsfw/exceptions";
export declare class InitializationFailedException extends Exception {
}
export declare class IndexedDBNotSupportedException extends Exception {
}
export declare class IndexedDBFailedToOpenException extends Exception {
}
export declare class IndexedDbNotInitializedException extends Exception {
}
export declare class FailedToCreateIndexedDbObjectStoreException extends Exception {
}
export declare class StoreNotExitsException extends Exception {
}
export declare class IndexedDbStoreRequestFailedException extends Exception {
}
export declare class IndexedDbOldFailedToSetVersionException extends Exception {
}