Class RemoteInterface::NotAvailable

Nested Relationships

This class is a nested type of Class RemoteInterface.

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class NotAvailable : public std::runtime_error

Thrown if a REST API call is rejected because of 404; i.e. URL not found.

Public Functions

inline explicit NotAvailable(std::string url)