| 23 | // neutral shape. |
| 24 | |
| 25 | export class AccountError extends Schema.TaggedErrorClass<AccountError>()( |
| 26 | "AccountError", |
| 27 | { message: Schema.String }, |
| 28 | { httpApiStatus: 500 }, |
nothing calls this directly
no outgoing calls
no test coverage detected