Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
Exception.h File Reference

Base exception to inherit custom exceptions from. More...

#include <exception>
#include <string>
#include "Object.h"
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  giri::ExceptionBase
 Base exception to inherit custom exceptions from. More...
 

Namespaces

 giri
 Namespace for giri's C++ support library.
 

Detailed Description

Base exception to inherit custom exceptions from.

Author
Daniel Giritzer