TrinityCore
|
#include <PacketUtilities.h>
Public Member Functions | |
InvalidStringValueException (std::string_view value) | |
std::string const & | GetInvalidValue () const |
Public Member Functions inherited from ByteBufferInvalidValueException | |
ByteBufferInvalidValueException (char const *type, std::string_view value) | |
Public Member Functions inherited from ByteBufferException | |
ByteBufferException ()=default | |
ByteBufferException (std::string &&message) noexcept | |
char const * | what () const noexcept override |
Private Attributes | |
std::string | _value |
Additional Inherited Members | |
Protected Attributes inherited from ByteBufferException | |
std::string | msg_ |
Definition at line 31 of file PacketUtilities.h.
WorldPackets::InvalidStringValueException::InvalidStringValueException | ( | std::string_view | value | ) |
Definition at line 23 of file PacketUtilities.cpp.
|
inline |
|
private |
Definition at line 39 of file PacketUtilities.h.