![]() |
TrinityCore
|
#include <PacketUtilities.h>
Inheritance diagram for WorldPackets::PacketArrayMaxCapacityException:Public Member Functions | |
| PacketArrayMaxCapacityException (std::size_t requestedSize, std::size_t sizeLimit) | |
Public Member Functions inherited from ByteBufferException | |
| ByteBufferException ()=default | |
| ByteBufferException (std::string &&message) noexcept | |
| char const * | what () const noexcept override |
Additional Inherited Members | |
Protected Attributes inherited from ByteBufferException | |
| std::string | msg_ |
Definition at line 142 of file PacketUtilities.h.
| WorldPackets::PacketArrayMaxCapacityException::PacketArrayMaxCapacityException | ( | std::size_t | requestedSize, |
| std::size_t | sizeLimit | ||
| ) |
Definition at line 77 of file PacketUtilities.cpp.