|
Upa URL C++ library
A WHATWG URL Standard implementation
|
urlpattern exception class More...
#include <upa/urlpattern.h>
Public Member Functions | |
| urlpattern_error (const char *what_arg) | |
urlpattern exception class
This exception can be thrown by the upa::urlpattern constructor in the case of an error.
Definition at line 852 of file urlpattern.h.
|
inlineexplicit |
constructs a new urlpattern_error object with the given error message
| [in] | what_arg | error message |
Definition at line 857 of file urlpattern.h.