6#ifndef KUNAI_EXCEPTIONS_INCORRECTID_EXCEPTION_HPP
7#define KUNAI_EXCEPTIONS_INCORRECTID_EXCEPTION_HPP
29 virtual const char*
what() const noexcept
override
Exception raised when found an incorrect ID of any type can be strings ids, type ids,...
Definition incorrectid_exception.hpp:16
IncorrectIDException(const std::string &msg)
Constructor of exception.
Definition incorrectid_exception.hpp:24
virtual const char * what() const noexcept override
Return error message.
Definition incorrectid_exception.hpp:29