LCOV - code coverage report
Current view: top level - include/Tools/Exception/length_error - length_error.hpp (source / functions) Hit Total Coverage
Test: streampu_clean.info Lines: 0 1 0.0 %
Date: 2024-06-12 12:04:18 Functions: 0 2 0.0 %

          Line data    Source code
       1             : /*!
       2             :  * \file
       3             :  * \brief Class tools::length_error.
       4             :  */
       5             : #ifndef LENGTH_ERROR_HPP_
       6             : #define LENGTH_ERROR_HPP_
       7             : 
       8             : #include <string>
       9             : 
      10             : #include "Tools/Exception/exception.hpp"
      11             : 
      12             : namespace spu
      13             : {
      14             : namespace tools
      15             : {
      16             : class length_error : public exception
      17             : {
      18             :   public:
      19             :     length_error() noexcept;
      20             :     explicit length_error(std::string&& message) noexcept;
      21             :     length_error(std::string&& filename,
      22             :                  int&& line_num,
      23             :                  std::string&& funcname = "",
      24             :                  std::string&& message = "") noexcept;
      25             : 
      26           0 :     virtual ~length_error() = default;
      27             : };
      28             : }
      29             : }
      30             : 
      31             : #endif /* LENGTH_ERROR_HPP_ */

Generated by: LCOV version 1.14