X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=cc23ae350d1157c5fde9d9e76ea17e0726207819;hb=3863d46dd898b7bc35ea8c6ccd8563b18762a6b6;hp=b151b883d54c15e760501d69e3a613fa63b56f9e;hpb=9ded1690d676ba7c7054a7a272debf99102f94c0;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index b151b88..cc23ae3 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -23,8 +23,8 @@ /** \file \brief Exception public header */ -#ifndef HH_Exception_ -#define HH_Exception_ 1 +#ifndef HH_SENF_Utils_Exception_ +#define HH_SENF_Utils_Exception_ 1 // Custom includes #include @@ -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