NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
url::Error Class Reference

A class for URL exceptions. More...

#include <http.h>

Inheritance diagram for url::Error:
Collaboration diagram for url::Error:

Public Member Functions

 Error (const std::string &what)
 
virtual const char * what () const noexcept
 

Private Attributes

std::string m_what
 

Detailed Description

A class for URL exceptions.

Definition at line 31 of file http.h.

Constructor & Destructor Documentation

◆ Error()

url::Error::Error ( const std::string &  what)
inline

Definition at line 37 of file http.h.

Member Function Documentation

◆ what()

virtual const char * url::Error::what ( ) const
inlinevirtualnoexcept

Definition at line 38 of file http.h.

References m_what.

Referenced by PackageRepoBrowser::Entry(), and urlExecute().

Member Data Documentation

◆ m_what

std::string url::Error::m_what
private

Definition at line 34 of file http.h.

Referenced by what().


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