mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
rebuild queue with new urls on net state change
This commit is contained in:
5
app/models/error.ts
Normal file
5
app/models/error.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class NoClientError extends Error {
|
||||
constructor() {
|
||||
super('no client in state')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user