Current File : //home/strato/chroot/opt/RZphp72/includes/File/Fortune/Exception.php
<?php
/*
 * File_Fortune: Read and manipulate fortune databases.
 *
 * PHP version 5
 *
 * @category  File_Formats
 * @package   File_Fortune
 * @author    Matthew Weier O'Phinney <mweierophinney@gmail.com>, based on
 *            Fortune.pm, by Greg Ward
 * @copyright 2005 - 2007, Matthew Weier O'Phinney; Fortune.pm v0.2(c) 1999, Greg Ward
 * @version   CVS: $Id: Exception.php 126 2007-07-05 16:01:06Z matthew $
 * @license   New BSD {@link http://www.opensource.org/licenses/bsd-license.php}
 */

/** PEAR_Exception */
require_once 'PEAR/Exception.php';

/**
 * File_Fortune_Exception
 * 
 * @uses      PEAR_Exception
 * @package   File_Fortune
 * @version   @release-version@
 * @tutorial  File_Fortune/File_Fortune.cls
 */
class File_Fortune_Exception extends PEAR_Exception 
{
}

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */