X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=cc23ae350d1157c5fde9d9e76ea17e0726207819;hb=532240d72e09e19e57fac9bb55c2560b9c9e5b97;hp=42e1326fbca957754412da8b56985c5f48eb9953;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index 42e1326..cc23ae3 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -261,7 +261,7 @@ namespace senf { the exception description: \code // Standard usage: Take \c errno from environment - SENF_THROW_SYSTEM_EXCEPTION() + SENF_THROW_SYSTEM_EXCEPTION("::open()") << " while opening configuration file: " << filename; // You may however explicitly specify the errno value