2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-20 09:09:06 +00:00
qpdf/libqpdf/QPDFUsage.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
109 B
C++
Raw Normal View History

#include <qpdf/QPDFUsage.hh>
QPDFUsage::QPDFUsage(std::string const& msg) :
std::runtime_error(msg)
{
}