fix: move header in subdir
This commit is contained in:
parent
308aaee2ab
commit
269539741c
3 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ Example
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
||||||
#include "exceptions.h"
|
#include <exceptions/exceptions.h>
|
||||||
|
|
||||||
// Use this macro to build up your hierarchy of exceptions
|
// Use this macro to build up your hierarchy of exceptions
|
||||||
EXCEPTION( Exception, Existential_Observation );
|
EXCEPTION( Exception, Existential_Observation );
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
#include "exceptions.h"
|
#include "exceptions/exceptions.h"
|
||||||
|
|
||||||
// Use this macro to build up your hierarchy of exceptions
|
// Use this macro to build up your hierarchy of exceptions
|
||||||
EXCEPTION( Exception, Existential_Observation );
|
EXCEPTION( Exception, Existential_Observation );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue