| 442 | * Emits 505 HTTP Version Not Supported |
| 443 | */ |
| 444 | export class HttpVersionNotSupported extends HttpErrorBase { |
| 445 | httpStatus = 505; |
| 446 | title = 'HTTP Version Not Supported'; |
| 447 | } |
| 448 | |
| 449 | /** |
| 450 | * Emits 506 Variant Also Negotiates |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…