6#ifndef KUNAI_EXCEPTIONS_OUTOFBOUND_EXCEPTION_HPP
7#define KUNAI_EXCEPTIONS_OUTOFBOUND_EXCEPTION_HPP
29 virtual const char*
what() const noexcept
override
Exception raised when a read is done out of bound in case it is detected.
Definition outofbound_exception.hpp:16
OutOfBoundException(const std::string &msg)
Constructor of exception.
Definition outofbound_exception.hpp:24
virtual const char * what() const noexcept override
Return error message.
Definition outofbound_exception.hpp:29