mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-01 03:12:29 +00:00
7 lines
109 B
C++
7 lines
109 B
C++
#include <qpdf/QPDFUsage.hh>
|
|
|
|
QPDFUsage::QPDFUsage(std::string const& msg) :
|
|
std::runtime_error(msg)
|
|
{
|
|
}
|