AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
DBCFile::NotFound Class Reference

#include "dbcfile.h"

Inheritance diagram for DBCFile::NotFound:
DBCFile::Exception

Public Member Functions

 NotFound ()
 
 NotFound ()
 
- Public Member Functions inherited from DBCFile::Exception
 Exception (std::string message)
 
virtual ~Exception ()=default
 
const std::string & getMessage ()
 
 Exception (std::string message)
 
virtual ~Exception ()=default
 
const std::string & getMessage ()
 

Detailed Description

Constructor & Destructor Documentation

◆ NotFound() [1/2]

DBCFile::NotFound::NotFound ( )
inline
48 : Exception("Key was not found")
49 { }
Exception(std::string message)
Definition: dbcfile.h:38

◆ NotFound() [2/2]

DBCFile::NotFound::NotFound ( )
inline
52 : Exception("Key was not found")
53 { }