SYNOPSIS
This exception is specific to the Omni Framework, it is here so as not to be confused with the std::out_of_range exception.
top
This exception is specific to the Omni Framework, it is here so as not to be confused with the std::out_of_range exception.
#include <omni/exception.hpp>
omni::index_out_of_range::index_out_of_range(const char* var) : omni::exception(OMNI_INDEX_OOR_STR)
: omni::index_out_of_range::omni::exception(OMNI_INDEX_OOR_STR NaN)
top