#include "PacketUtilities.h"
◆ PacketArrayMaxCapacityException()
WorldPackets::PacketArrayMaxCapacityException::PacketArrayMaxCapacityException |
( |
std::size_t |
requestedSize, |
|
|
std::size_t |
sizeLimit |
|
) |
| |
61{
62 std::ostringstream builder;
63 builder << "Attempted to read more array elements from packet " << requestedSize << " than allowed " << sizeLimit;
64 message().assign(builder.str());
65}
std::string & message() noexcept
Definition ByteBuffer.h:39
The documentation for this class was generated from the following files: