trilium/src/ContentDoesNotExistError.ts
2019-03-11 13:41:55 +05:30

3 lines
58 B
TypeScript

export class ContentDoesNotExistError extends Error {
}