Remove unused errors

This commit is contained in:
AkiraFukushima 2023-03-01 11:54:58 +09:00
parent 5fc8ecf3c3
commit 6f5a1e5ecc
No known key found for this signature in database
GPG Key ID: 4D6EFFAFF7F7FF8D
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
export class StreamingError extends Error {
constructor(message: string, domain: string) {
const cause = new Error(domain)
super(message, { cause: cause })
}
}