#include <exception.hh>
Public Member Functions | |
InternalError (const std::string &location, const std::string &message) throw () |
paludis::InternalError::InternalError | ( | const std::string & | location, | |
const std::string & | message | |||
) | throw () |
Constructor.
location | Should be set to the PALUDIS_HERE macro. | |
message | A short message. |