X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexceptions.cc;h=c86f98da2e5912a90300484252c44ff8893a321d;hb=a8e31120a793f09ab56cc2847d76944ba698ba95;hp=481d2e89dd668fd82b7e78c5651a0df1a2482e84;hpb=f41818f14369f170475b7f2bde1a2dd856517b14;p=dcpomatic.git diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc index 481d2e89d..c86f98da2 100644 --- a/src/lib/exceptions.cc +++ b/src/lib/exceptions.cc @@ -100,3 +100,9 @@ KDMError::KDMError (string s, string d) { } + +GLError::GLError (char const * last, int e) + : runtime_error (String::compose("%1 failed %2", last, e)) +{ + +}