E-MailRelay
|
Exception class for G::MapFile. More...
#include <gmapfile.h>
Exception class for G::MapFile.
Definition at line 59 of file gmapfile.h.
G::Exception::Exception | ( | std::initializer_list< string_view > | args | ) |
Constructor.
Definition at line 66 of file gexception.cpp.
|
explicit |
Constructor.
Definition at line 69 of file gexception.cpp.
G::Exception::Exception | ( | string_view | what, |
string_view | more | ||
) |
Constructor.
Definition at line 72 of file gexception.cpp.
G::Exception::Exception | ( | string_view | what, |
string_view | more1, | ||
string_view | more2 | ||
) |
Constructor.
Definition at line 75 of file gexception.cpp.
G::Exception::Exception | ( | string_view | what, |
string_view | more1, | ||
string_view | more2, | ||
string_view | more3 | ||
) |
Constructor.
Definition at line 78 of file gexception.cpp.
G::Exception::Exception | ( | string_view | what, |
string_view | more1, | ||
string_view | more2, | ||
string_view | more3, | ||
string_view | more4 | ||
) |
Constructor.
Definition at line 81 of file gexception.cpp.