Upa URL C++ library
A WHATWG URL Standard implementation
Loading...
Searching...
No Matches
upa::urlpattern_error Class Reference

urlpattern exception class More...

#include <upa/urlpattern.h>

Inheritance diagram for upa::urlpattern_error:

Public Member Functions

 urlpattern_error (const char *what_arg)

Detailed Description

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.

Constructor & Destructor Documentation

◆ urlpattern_error()

upa::urlpattern_error::urlpattern_error ( const char * what_arg)
inlineexplicit

constructs a new urlpattern_error object with the given error message

Parameters
[in]what_argerror message

Definition at line 857 of file urlpattern.h.


The documentation for this class was generated from the following file: