args-parser 6.3.6
Loading...
Searching...
No Matches
Args::BaseException Class Reference

Base exception of the library. More...

#include <exceptions.hpp>

Inheritance diagram for Args::BaseException:

Public Member Functions

 BaseException (String what)
virtual ~BaseException () noexcept
const Stringdesc () const noexcept

Detailed Description

Base exception of the library.

Definition at line 24 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ BaseException()

Args::BaseException::BaseException ( String what)
inlineexplicit

Definition at line 27 of file exceptions.hpp.

◆ ~BaseException()

virtual Args::BaseException::~BaseException ( )
inlinevirtualnoexcept

Definition at line 33 of file exceptions.hpp.

Member Function Documentation

◆ desc()

const String & Args::BaseException::desc ( ) const
inlinenoexcept
Returns
What as std::wstring.

Definition at line 38 of file exceptions.hpp.


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