Class RangeException

Inheritance Relationships

Base Type

  • public std::exception

Class Documentation

class RangeException : public std::exception

Public Functions

inline explicit RangeException(const char *message)
inline explicit RangeException(const std::string &message)
~RangeException() noexcept override = default
inline const char *what() const noexcept override

Protected Attributes

std::string msg_