paludis
Version 2.6.0
|
#include <environment.hh>
Public Member Functions | |
RepositoryName | name () const |
![]() | |
const std::string & | message () const noexcept |
std::string | backtrace (const std::string &delim) const |
bool | empty () const |
const char * | what () const noexcept |
virtual | ~Exception () |
Basic operations | |
NoSuchRepositoryError (const RepositoryName &) noexcept | |
~NoSuchRepositoryError () | |
Additional Inherited Members | |
![]() | |
Exception (const std::string &message) noexcept | |
Exception (const Exception &) | |
Thrown if there is no Repository in a RepositoryDatabase with the given name.
RepositoryName paludis::NoSuchRepositoryError::name | ( | ) | const |
The name of our repository.