Skip to content
Snippets Groups Projects
Commit 53432b50 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

Wrapper for Corpus2::~TagsetNotFound

parent 86d2fec2
Branches
No related merge requests found
......@@ -17,6 +17,18 @@
%template(TagsetPtr) boost::shared_ptr<Tagset>;
namespace Corpus2 {
class TagsetNotFound : public Corpus2Error {
public:
// explicit TagsetNotFound(const tagset_idx_t id);
~TagsetNotFound() throw() {}
/* --------------------------------------------------------------------- */
std::string info() const;
/* --------------------------------------------------------------------- */
// tagset_idx_t id;
};
class TagsetManager {
public:
TagsetManager();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment