GameKit  0.0.1a
C++ gamedev tools
Classes | Namespaces | Macros
Exception.hpp File Reference
#include <exception>
#include <string>
#include "gk/core/Debug.hpp"

Go to the source code of this file.

Classes

class  gk::Exception
 

Namespaces

 gk
 

Macros

#define EXCEPTION(args...)   (gk::Exception(__LINE__, _FILE, args))
 

Macro Definition Documentation

§ EXCEPTION

#define EXCEPTION (   args...)    (gk::Exception(__LINE__, _FILE, args))

Definition at line 22 of file Exception.hpp.