library/utility/error.hh

namespace scarab

The standard scarab namespace.

class error
#include <error.hh>

Inherits from exception

Public Functions

error()
error(const error &an_error)
~error()
template <class x_streamable>
error &operator<<(x_streamable a_fragment)
error &operator<<(const std::string &a_fragment)
error &operator<<(const char *a_fragment)
const char *what() const

Private Members

std::string f_error