6#ifndef KUNAI_EXCEPTIONS_GENERIC_EXCEPTION_HH
7#define KUNAI_EXCEPTIONS_GENERIC_EXCEPTION_HH
29 virtual const char*
what() const noexcept
override
A generic exception that can be used for common errors out of an internal from Kunai.
Definition generic_exception.hpp:16
generic_exception(const std::string &msg)
Constructor of exception.
Definition generic_exception.hpp:24
virtual const char * what() const noexcept override
Return error message.
Definition generic_exception.hpp:29