subtracks/app/models/error.ts

6 lines
99 B
TypeScript

export class NoClientError extends Error {
constructor() {
super('no client in state')
}
}