trilium/src/ContentDoesNotExistError.ts
2025-04-03 23:27:32 +02:00

3 lines
56 B
TypeScript

export class ContentDoesNotExistError extends Error {
}