summaryrefslogtreecommitdiff
path: root/src/exception.cpp
blob: 19591dbba50d46fcdd7624dfc326ea1bec57fd06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * 	Exception.cpp
 * 	Implementation of Php Exceptions.
 * 
 * 	@author Jasper van Eck <jasper.vaneck@copernica.com>
 * 	@copyright 2013 Copernica BV
 */

#include "includes.h"

/**
 *  Set up namespace
 */
namespace Php {


}