NOCL  v0.1.0-2524
Modern C++ Class Library for GUI Projects
Exception.hpp File Reference

Exception class that inherits from std::exception. More...

#include "nocl_core.hpp"
Include dependency graph for Exception.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  nocl::Exception
 Exception class that inherits from the standard C++ class std:exception. More...
 

Namespaces

 nocl
 

Macros

#define NOCL_WHERE   __PRETTY_FUNCTION__, __FILE__, __LINE__
 Macro to pass in some standard parameters to the nocl::Exception constructor. More...
 

Detailed Description

Exception class that inherits from std::exception.

Macro Definition Documentation

◆ NOCL_WHERE

#define NOCL_WHERE   __PRETTY_FUNCTION__, __FILE__, __LINE__