paludis::InternalError Class Reference
[Exceptions]
#include <exception.hh>
List of all members.
|
Public Member Functions |
| | InternalError (const std::string &location, const std::string &message) throw () |
Detailed Description
An
InternalError is an
Exception that is thrown if something that is never supposed to happen happens.
- Examples:
-
example_dep_spec.cc.
Constructor & Destructor Documentation
| paludis::InternalError::InternalError |
( |
const std::string & |
location, |
|
|
const std::string & |
message | |
|
) |
| | throw () |
Constructor.
- Parameters:
-
| location | Should be set to the PALUDIS_HERE macro. |
| message | A short message. |
The documentation for this class was generated from the following file: