| 485 | } |
| 486 | |
| 487 | export class OAuthRegisterDynamicError |
| 488 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 489 | message: Schema.String, |
| 490 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected