/src/dom-error.vala
http://libgdom3.googlecode.com/ · Vala · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 592daed028f07568f2a290ecda13f2b0 MD5 · raw file
- using GLib;
- using Gee;
- namespace DOM {
- public errordomain Exception {
- NOT_FOUND_ERR,
- INDEX_SIZE_ERR,
- WRONG_DOCUMENT_ERR,
- INUSE_ATTRIBUTE_ERR,
- HIERARCHY_REQUEST_ERR
- }
- }