paludis
Version 2.6.0
|
#include <exception.hh>
Public Member Functions | |
NotAvailableError (const std::string &message) noexcept | |
![]() | |
const std::string & | message () const noexcept |
std::string | backtrace (const std::string &delim) const |
bool | empty () const |
const char * | what () const noexcept |
virtual | ~Exception () |
Additional Inherited Members | |
![]() | |
Exception (const std::string &message) noexcept | |
Exception (const Exception &) | |
A NotAvailableError is an Exception that is thrown if something that is not available (for example due to compile time configure options or platform limitations) is used.
|
noexcept |
Constructor.