| 247 | } |
| 248 | |
| 249 | export class OAuthRegisterDynamicError |
| 250 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 251 | message: Schema.String, |
| 252 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected