diff options
Diffstat (limited to 'include/exceptions.hpp')
-rw-r--r-- | include/exceptions.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/exceptions.hpp b/include/exceptions.hpp index 9e51d97..5cbad42 100644 --- a/include/exceptions.hpp +++ b/include/exceptions.hpp @@ -56,6 +56,13 @@ public: string error_buffer); /*! + * @brief Constructor with message. + * + * @since 0.1.0 + */ + explicit CURLException(string message); + + /*! * @brief The error code returned by libcurl. * * For more information consult |