mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
chore(express-partial-content): move source files
This commit is contained in:
5
packages/express-partial-content/src/RangeParserError.ts
Normal file
5
packages/express-partial-content/src/RangeParserError.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class RangeParserError extends Error {
|
||||
constructor(start: any, end: any) {
|
||||
super(`Invalid start and end values: ${start}-${end}.`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user