Class UrException

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class UrException : public virtual std::runtime_error

Our base class for exceptions. Specialized exceptions should inherit from those.

Subclassed by urcl::TimeoutException, urcl::VersionMismatch

Public Functions

inline explicit UrException()
inline explicit UrException(const std::string &what_arg)
inline explicit UrException(const char *what_arg)
virtual ~UrException() = default