From b33db68aa03deefd40afa018792401f2307e6a7e Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sun, 16 Dec 2018 11:07:28 +0100 Subject: add some Inkscape::URI tests - default constructor - empty string constructor - exception tests --- src/object/uri.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/object/uri.h b/src/object/uri.h index ba9ee72b4..4650be137 100644 --- a/src/object/uri.h +++ b/src/object/uri.h @@ -172,6 +172,8 @@ public: /** * Return the contents of the file + * + * @throw Glib::Error If the URL can't be read */ std::string getContents() const; -- cgit v1.2.3