Class internal_error

Inheritance Relationships

Base Type

  • public runtime_error

Class Documentation

class ear::internal_error : public runtime_error

thrown for errors inside the library, which should not have occurred given any inputs.

This can be caused by an error in the library itself (please report it!) or something going wrong while building the library. This is thrown by ear_assert.

Public Functions

inline explicit internal_error(const std::string &what)