Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
call_error Class Reference

#include <_exceptions.hh>

Inheritance diagram for call_error:
Collaboration diagram for call_error:

Public Member Functions

 call_error (const std::string &what_arg)
 
 call_error (const char *what_arg)
 

Detailed Description

Definition at line 46 of file _exceptions.hh.

Constructor & Destructor Documentation

◆ call_error() [1/2]

call_error ( const std::string &  what_arg)
inlineexplicit

Definition at line 49 of file _exceptions.hh.

50 : logic_error (what_arg)
51 {}

◆ call_error() [2/2]

call_error ( const char *  what_arg)
inlineexplicit

Definition at line 53 of file _exceptions.hh.

54 : logic_error (what_arg)
55 {}

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