csvpp 1.2.0
CSV parsing / writing libraries
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
csv::Error Class Reference

Error base class. More...

#include <csv.hpp>

Inheritance diagram for csv::Error:
Inheritance graph
[legend]
Collaboration diagram for csv::Error:
Collaboration graph
[legend]

Public Member Functions

const char * what () const override throw ()
 

Protected Member Functions

 Error (const std::string &msg)
 

Detailed Description

Error base class.

Base class for all library exceptions. Do not use directly

Member Function Documentation

◆ what()

const char * csv::Error::what ( ) const
throw ( )
inlineoverride
Returns
Exception message

The documentation for this class was generated from the following file: