|
Licme
|
Exception class for errors when parsing URLs. More...
#include <exceptions.h>
Public Member Functions | |
| UrlParseException (std::string message) | |
| Construct a new URL Parse Exception object. | |
Public Member Functions inherited from licme::helpers::ExceptionBase | |
| virtual const char * | what () const noexcept |
| Returns an explanation of the exception. | |
Additional Inherited Members | |
Protected Member Functions inherited from licme::helpers::ExceptionBase | |
| ExceptionBase (std::string message) | |
| Construct a new Exception Base object. | |
Exception class for errors when parsing URLs.
| licme::helpers::UrlParseException::UrlParseException | ( | std::string | message | ) |
Construct a new URL Parse Exception object.
| message | clear and understandable message |