omni::exception::append
NAME

omni::exception::append

A function of omni::exception

#include <omni/exception.hpp>
virtual void @exception@@append.html">omni::exception::append(const char* ex)
virtual void omni::exception::append(const std::string& ex)
virtual void omni::exception::append(const char* ex, int err)
virtual void omni::exception::append(const std::string& ex, int err)
virtual void omni::exception::append(const char* ex, long err)
virtual void omni::exception::append(const std::string& ex, long err)
virtual void omni::exception::append(const char* ex, std::size_t err)
virtual void omni::exception::append(const std::string& ex, std::size_t err)

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top