StormByte C++ Library: Buffer module 0.0.9999
StormByte-Buffer is a StormByte library module for handling buffers
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StormByte::Buffer::WriteError Class Reference

Exception class for write errors to buffers. More...

#include <exception.hxx>

Inheritance diagram for StormByte::Buffer::WriteError:
Inheritance graph
[legend]
Collaboration diagram for StormByte::Buffer::WriteError:
Collaboration graph
[legend]

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)
 

Detailed Description

Exception class for write errors to buffers.

Thrown when a write operation fails


The documentation for this class was generated from the following file: