Photon 1.0.0
Loading...
Searching...
No Matches
Photon::URLError Class Referencefinal

#include <URL.hpp>

Inheritance diagram for Photon::URLError:
Photon::BrowserError

Public Member Functions

 URLError (URL &uri)
 
 ~URLError ()=default
 
URLErroroperator= (const URLError &)=default
 
 URLError (const URLError &)=default
 
URLget ()
 
- Public Member Functions inherited from Photon::BrowserError
 BrowserError (const char *error="ERROR_UNKNOWN")
 
 ~BrowserError ()=default
 
BrowserErroroperator= (const BrowserError &)=default
 
 BrowserError (const BrowserError &)=default
 

Private Attributes

URL m_uri
 

Constructor & Destructor Documentation

◆ URLError() [1/2]

Photon::URLError::URLError ( URL uri)
inline

◆ ~URLError()

Photon::URLError::~URLError ( )
default

◆ URLError() [2/2]

Photon::URLError::URLError ( const URLError )
default

Member Function Documentation

◆ get()

URL & Photon::URLError::get ( )

◆ operator=()

URLError & Photon::URLError::operator= ( const URLError )
default

Member Data Documentation

◆ m_uri

URL Photon::URLError::m_uri
private

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