|
StormByte C++ Library: Buffer module 0.0.9999
StormByte-Buffer is a StormByte library module for handling buffers
|
Exception class for write errors to buffers. More...
#include <exception.hxx>


Public Member Functions | |
| template<typename... Args> | |
| WriteError (std::format_string< Args... > fmt, Args &&... args) | |
Public Member Functions inherited from StormByte::Buffer::Error | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
Public Member Functions inherited from StormByte::Buffer::Exception | |
| template<typename... Args> | |
| Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args) | |
Exception class for write errors to buffers.
Thrown when a write operation fails