AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
WorldPackets::InvalidHyperlinkException Class Reference

#include "PacketUtilities.h"

Inheritance diagram for WorldPackets::InvalidHyperlinkException:
WorldPackets::InvalidStringValueException ByteBufferInvalidValueException ByteBufferException

Public Member Functions

 InvalidHyperlinkException (std::string const &value)
 
- Public Member Functions inherited from WorldPackets::InvalidStringValueException
 InvalidStringValueException (std::string const &value)
 
std::string const & GetInvalidValue () const
 
- Public Member Functions inherited from ByteBufferInvalidValueException
 ByteBufferInvalidValueException (char const *type, char const *value)
 
 ~ByteBufferInvalidValueException () noexcept override=default
 
- Public Member Functions inherited from ByteBufferException
 ~ByteBufferException () noexcept override=default
 
char const * what () const noexcept override
 

Additional Inherited Members

- Protected Member Functions inherited from ByteBufferException
std::string & message () noexcept
 

Detailed Description

Constructor & Destructor Documentation

◆ InvalidHyperlinkException()

WorldPackets::InvalidHyperlinkException::InvalidHyperlinkException ( std::string const &  value)
30 :
InvalidStringValueException(std::string const &value)
Definition: PacketUtilities.cpp:24