Class UnimplementedError#

Inheritance Relationships#

Base Type#

  • public std::logic_error

Class Documentation#

class UnimplementedError : public std::logic_error#

Exception raised when a function or method is unimplemented.

Public Functions

UnimplementedError(const char *fmt_string, ...)#

Construct an trv::sys::UnimplementedError exception.

Parameters
  • fmt_string – Error message format string.

  • ... – An arbitrary number of substitution arguments.

virtual const char *what() const noexcept#

Exception string representation.

Returns

String representation of the exception.

Public Members

std::string err_mesg#

error message