<?php
/**
* Defines {@link PUnit_Test_ExceptionD}.
*
* @package PUnit
*
* @author Stephen Feest
*
* @version $Id: ExceptionD.php 71 2007-11-25 00:54:25Z sfeest $
*/
/**
* A sample exception.
*/
class PUnit_Test_ExceptionD extends Exception {}
?>