Remove unused errors
This commit is contained in:
parent
5fc8ecf3c3
commit
6f5a1e5ecc
|
@ -1,6 +0,0 @@
|
|||
export class StreamingError extends Error {
|
||||
constructor(message: string, domain: string) {
|
||||
const cause = new Error(domain)
|
||||
super(message, { cause: cause })
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue