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 Permalink Normal View History

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