| 145 | * @category empty errors |
| 146 | */ |
| 147 | export class InternalServerError extends HttpApiSchema.EmptyError<InternalServerError>()({ |
| 148 | tag: "InternalServerError", |
| 149 | status: 500 |
| 150 | }) {} |
| 151 | |
| 152 | /** |
| 153 | * @since 1.0.0 |
no outgoing calls
no test coverage detected
searching dependent graphs…