6#include <inflection/exception/fwd.hpp>
7#include <inflection/exception/RuntimeException.hpp>
Used to indicate that an attempt to access an out of bounds index was made.
IndexOutOfBoundsException()
IndexOutOfBoundsException(int32_t index)
IndexOutOfBoundsException(const std::u16string &message)
~IndexOutOfBoundsException() override
Used to indicate a generic exception occurring at runtime.
The C++ namespace for Inflection.