faunus
Public Member Functions | List of all members
Faunus::GenericError Struct Reference

Common ancestor of Faunus specific runtime errors. More...

#include <core.h>

Inheritance diagram for Faunus::GenericError:
Inheritance graph
[legend]
Collaboration diagram for Faunus::GenericError:
Collaboration graph
[legend]

Public Member Functions

 GenericError (const std::exception &e)
 
 GenericError (const std::runtime_error &e)
 
 GenericError (const std::string &msg)
 
 GenericError (const char *msg)
 
template<class... Args>
 GenericError (std::format_string< Args... > fmt, Args &&... args)
 

Detailed Description

Common ancestor of Faunus specific runtime errors.


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