Home
last modified time | relevance | path

Searched refs:Bad_Tag_Type (Results 1 – 2 of 2) sorted by relevance

/dports/games/vamos/vamos-0.7.1/media/
H A DXML_Parser.h62 class Bad_Tag_Type : public XML_Exception
65 Bad_Tag_Type (std::string file, int line, std::string message) : in Bad_Tag_Type() function
H A DXML_Parser.cc461 throw Bad_Tag_Type (m_file, m_line, message); in run_callbacks()