Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / libxml++ / exceptions / parse_error.h
index 3b386d8..724f931 100644 (file)
@@ -32,6 +32,9 @@ class parse_error : public exception
 public:
   explicit parse_error(const Glib::ustring& message);
   ~parse_error() noexcept override;
+
+  void raise() const override;
+  exception* clone() const override;
 };
 
 } // namespace xmlpp