aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFUsage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFUsage.cc')
-rw-r--r--libqpdf/QPDFUsage.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libqpdf/QPDFUsage.cc b/libqpdf/QPDFUsage.cc
new file mode 100644
index 00000000..5390b388
--- /dev/null
+++ b/libqpdf/QPDFUsage.cc
@@ -0,0 +1,6 @@
+#include <qpdf/QPDFUsage.hh>
+
+QPDFUsage::QPDFUsage(std::string const& msg) :
+ std::runtime_error(msg)
+{
+}