TrinityCore
|
#include <ByteBuffer.h>
Public Member Functions | |
ByteBufferException ()=default | |
ByteBufferException (std::string &&message) noexcept | |
char const * | what () const noexcept override |
Protected Attributes | |
std::string | msg_ |
Definition at line 31 of file ByteBuffer.h.
|
explicitdefault |
|
inlineexplicitnoexcept |
Definition at line 35 of file ByteBuffer.h.
|
inlineoverridenoexcept |
|
protected |
Definition at line 40 of file ByteBuffer.h.