diff options
Diffstat (limited to 'cpp/lib/common/Exception.h')
-rw-r--r-- | cpp/lib/common/Exception.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/lib/common/Exception.h b/cpp/lib/common/Exception.h index f35d427bb0..4e26ad42e3 100644 --- a/cpp/lib/common/Exception.h +++ b/cpp/lib/common/Exception.h @@ -29,6 +29,10 @@ namespace qpid { + +/** Get the error message for error number err. */ +std::string strError(int err); + /** * Exception base class for all Qpid exceptions. */ |