LCOV - code coverage report
Current view: top level - source/common/http - exception.h (source / functions) Hit Total Coverage
Test: coverage.dat Lines: 0 1 0.0 %
Date: 2024-01-05 06:35:25 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include <string>
       4             : 
       5             : #include "envoy/common/exception.h"
       6             : #include "envoy/http/codes.h"
       7             : #include "envoy/http/header_map.h"
       8             : 
       9             : namespace Envoy {
      10             : namespace Http {
      11             : 
      12             : /**
      13             :  * Indicates a client (local) side error which should not happen.
      14             :  */
      15             : class CodecClientException : public EnvoyException {
      16             : public:
      17           0 :   CodecClientException(const std::string& message) : EnvoyException(message) {}
      18             : };
      19             : 
      20             : } // namespace Http
      21             : } // namespace Envoy

Generated by: LCOV version 1.15