![]() |
TrinityCore
|
#include <PacketUtilities.h>
Inheritance diagram for WorldPackets::InvalidUtf8ValueException:Public Member Functions | |
| InvalidUtf8ValueException (std::string_view value) | |
Public Member Functions inherited from WorldPackets::InvalidStringValueException | |
| InvalidStringValueException (char const *type, 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 |
Additional Inherited Members | |
Protected Attributes inherited from ByteBufferException | |
| std::string | msg_ |
Definition at line 41 of file PacketUtilities.h.
|
explicit |
Definition at line 28 of file PacketUtilities.cpp.