![]() |
TrinityCore
|
#include <ByteBuffer.h>
Inheritance diagram for ByteBufferInvalidValueException:Public Member Functions | |
| 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 48 of file ByteBuffer.h.
| ByteBufferInvalidValueException::ByteBufferInvalidValueException | ( | char const * | type, |
| std::string_view | value | ||
| ) |
Definition at line 31 of file ByteBuffer.cpp.