stator
A math, geometry, and utility library
Classes | Namespaces | Macros
exception.hpp File Reference
#include <exception>
#include <sstream>

Go to the source code of this file.

Classes

class  stator::Exception
 An exception class that also appears to function like an ostream object. More...
 

Namespaces

 stator
 The stator library namespace.
 

Macros

#define stator_throw()   throw stator::Exception(__LINE__,__FILE__, __func__)
 

Macro Definition Documentation

◆ stator_throw

#define stator_throw ( )    throw stator::Exception(__LINE__,__FILE__, __func__)

Definition at line 26 of file exception.hpp.