File_Fortune
[ class tree: File_Fortune ] [ index: File_Fortune ] [ all elements ]

Source for file Exception.php

Documentation is available at Exception.php

  1. <?php
  2. /*
  3.  * File_Fortune: Read and manipulate fortune databases.
  4.  *
  5.  * PHP version 5
  6.  *
  7.  * @category  File_Formats
  8.  * @package   File_Fortune
  9.  * @author    Matthew Weier O'Phinney <mweierophinney@gmail.com>, based on
  10.  *            Fortune.pm, by Greg Ward
  11.  * @copyright 2005 - 2007, Matthew Weier O'Phinney; Fortune.pm v0.2(c) 1999, Greg Ward
  12.  * @version   CVS: $Id: Exception.php 126 2007-07-05 16:01:06Z matthew $
  13.  * @license   New BSD {@link http://www.opensource.org/licenses/bsd-license.php}
  14.  */
  15.  
  16. /** PEAR_Exception */
  17. require_once 'PEAR/Exception.php';
  18.  
  19. /**
  20.  * File_Fortune_Exception
  21.  * 
  22.  * @uses      PEAR_Exception
  23.  * @package   File_Fortune
  24.  * @version   @release-version@
  25.  * @tutorial  File_Fortune/File_Fortune.cls
  26.  */
  27. class File_Fortune_Exception extends PEAR_Exception 
  28. {
  29. }
  30.  
  31. /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

Documentation generated on Mon, 11 Mar 2019 15:09:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.