<?php /** * Parent of Exceptions thrown by PWF * @copyright Copyright (c) 2012, PWF * @license http://phpwebframework.com/License * @version PWF_0.3.0 */ class _Exception extends Exception { } ?>