1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 09:04:56 +01:00

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

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 })
}
}