| 325 | } |
| 326 | |
| 327 | export class OAuthRegisterDynamicError |
| 328 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 329 | message: Schema.String, |
| 330 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected