§tiro::bad_handle_check

Thrown when a debug mode handle check failed.

#include "tiropp/error.hpp"

Inherits from generic_error, error, exception

§Public Functions

Name
bad_handle_check(std::string message)

§Additional inherited members

Public Functions inherited from generic_error

Name
generic_error(std::string message)
virtual const char *message() const override
A simple message line that describes the error condition. Never null.
virtual const char *details() const override
Optional detailed error information. Never null, but may be empty.
virtual const char *what() const override

Public Functions inherited from error

Name
virtual const char *message() const =0
A simple message line that describes the error condition. Never null.
virtual const char *details() const =0
Optional detailed error information. Never null, but may be empty.

§Public Functions Documentation

§function bad_handle_check

inline explicit bad_handle_check(
std::string message
)

Updated on 2022-02-27 at 21:17:13 +0100