| 115 | // --------------------------------------------------------------------------- |
| 116 | |
| 117 | export class IntegrationNotFoundError extends Schema.TaggedErrorClass<IntegrationNotFoundError>()( |
| 118 | "IntegrationNotFoundError", |
| 119 | { slug: IntegrationSlug }, |
| 120 | ) { |
nothing calls this directly
no outgoing calls
no test coverage detected