| 101 | // --------------------------------------------------------------------------- |
| 102 | |
| 103 | export class IntegrationNotFoundError extends Schema.TaggedErrorClass<IntegrationNotFoundError>()( |
| 104 | "IntegrationNotFoundError", |
| 105 | { slug: IntegrationSlug }, |
| 106 | ) { |
nothing calls this directly
no outgoing calls
no test coverage detected