summaryrefslogtreecommitdiff
path: root/src/exception.cpp
blob: f60f27c3e78f6cf93df2aea4d0b785078ff6f3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * 	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 {



}