omni::environment_exception

SYNOPSIS

A general environment exception occurred

#include <omni/exception.hpp>
omni::environment_exception::environment_exception(std::size_t err) : omni::exception(OMNI_ERR_ENVEX_STR, ": ", err NaN)
: omni::environment_exception::omni::exception(OMNI_ERR_ENVEX_STR NaN)


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