/** * Exception.cpp * Implementation of Php Exceptions. * * @author Jasper van Eck * @copyright 2013 Copernica BV */ #include "includes.h" /** * Set up namespace */ namespace Php { }