summaryrefslogtreecommitdiff
path: root/src/exception.cpp
blob: fe62c5bd9b19dd3f5c296b8555cdc1903af4c00e (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 {



}