6#ifndef KUNAI_EXCEPTIONS_STREAM_EXCEPTION_HPP
7#define KUNAI_EXCEPTIONS_STREAM_EXCEPTION_HPP
28 virtual const char*
what() const noexcept
override
Exception raised in stream error.
Definition stream_exception.hpp:15
StreamException(const std::string &msg)
Constructor of exception.
Definition stream_exception.hpp:23
virtual const char * what() const noexcept override
Return error message.
Definition stream_exception.hpp:28