| 239 | } |
| 240 | |
| 241 | export class OAuthRegisterDynamicError |
| 242 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 243 | message: Schema.String, |
| 244 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected