#include <sbuild-error.h>
Inheritance diagram for sbuild::runtime_error:
Public Member Functions | |
runtime_error (std::string const &error) | |
The constructor. | |
virtual | ~runtime_error () throw () |
The destructor. |
sbuild::runtime_error::runtime_error | ( | std::string const & | error | ) | [inline] |
The constructor.
error | the error message. |
virtual sbuild::runtime_error::~runtime_error | ( | ) | throw () [inline, virtual] |
The destructor.