| 108 | // --------------------------------------------------------------------------- |
| 109 | |
| 110 | export class IntegrationNotFoundError extends Schema.TaggedErrorClass<IntegrationNotFoundError>()( |
| 111 | "IntegrationNotFoundError", |
| 112 | { slug: IntegrationSlug }, |
| 113 | ) { |
nothing calls this directly
no outgoing calls
no test coverage detected