TrinityCore
InvalidAIException Class Reference

#include <AIException.h>

+ Inheritance diagram for InvalidAIException:

Public Member Functions

 InvalidAIException (char const *msg)
 
char const * what () const noexcept override
 

Private Attributes

std::string const msg_
 

Detailed Description

Definition at line 25 of file AIException.h.

Constructor & Destructor Documentation

◆ InvalidAIException()

InvalidAIException::InvalidAIException ( char const *  msg)
inline

Definition at line 28 of file AIException.h.

Member Function Documentation

◆ what()

char const * InvalidAIException::what ( ) const
inlineoverridenoexcept

Definition at line 29 of file AIException.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ msg_

std::string const InvalidAIException::msg_
private

Definition at line 32 of file AIException.h.


The documentation for this class was generated from the following file: