![]() |
Scarab
v3.2.4
Project 8 C++ Utility Library
|
#include <error.hh>
Public Member Functions | |
error ()=default | |
error (const error &)=default | |
~error () noexcept=default | |
![]() | |
base_exception () | |
base_exception (const base_exception< error > &a_orig) | |
virtual | ~base_exception () noexcept |
base_exception< error > & | operator= (const base_exception< error > &a_orig) |
error & | operator<< (x_streamable a_fragment) |
error & | operator<< (const std::string &a_fragment) |
error & | operator<< (const char *a_fragment) |
virtual const char * | what () const noexcept |
Additional Inherited Members | |
![]() | |
std::string | f_error |
|
default |
|
defaultnoexcept |