aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFUsage.cc
blob: 5390b3888606e5b2af4dc569e09b22f4eb3a9830 (plain) (blame)
1
2
3
4
5
6
#include <qpdf/QPDFUsage.hh>

QPDFUsage::QPDFUsage(std::string const& msg) :
    std::runtime_error(msg)
{
}