HoverRace  2.0
Public Member Functions | Private Types | List of all members
HoverRace::Script::IncompleteExn Class Reference

Exception to signal that the current chunk is incomplete. More...

#include <Core.h>

+ Inheritance diagram for HoverRace::Script::IncompleteExn:

Public Member Functions

 IncompleteExn (const std::string &s)
 
- Public Member Functions inherited from HoverRace::Script::ScriptExn
 ScriptExn ()
 
 ScriptExn (const char *const msg)
 
 ScriptExn (const std::string &msg)
 
virtual ~ScriptExn () noexcept
 
virtual const std::string & GetMessage () const noexcept
 
const char * what () const noexceptoverride
 

Private Types

using SUPER = ScriptExn
 

Detailed Description

Exception to signal that the current chunk is incomplete.

Member Typedef Documentation

Constructor & Destructor Documentation

HoverRace::Script::IncompleteExn::IncompleteExn ( const std::string &  s)
inline

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