8#ifndef INCLUDED_ORCUS_EXCEPTION_HPP
9#define INCLUDED_ORCUS_EXCEPTION_HPP
22 explicit general_error(
const std::string& cls,
const std::string& msg);
24 virtual const char* what()
const throw();
27 void append_msg(
const std::string& s);
Definition: exception.hpp:19
Definition: exception.hpp:34
Definition: exception.hpp:55
Definition: exception.hpp:48
Definition: exception.hpp:62
Definition: exception.hpp:41