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

Source for file Exception.php

Documentation is available at Exception.php

  1. <?php
  2. /**
  3.  * MediaSearch
  4.  *
  5.  * LICENSE
  6.  *
  7.  * "THE BEER-WARE LICENSE" (Revision 42):
  8.  * "Sven Strittmatter" <ausserirdisch@sven-space.de> wrote this file.
  9.  * As long as you retain this notice you can do whatever you want with
  10.  * this stuff. If we meet some day, and you think this stuff is worth it,
  11.  * you can buy me a beer in return.
  12.  *
  13.  * $Author$
  14.  * $Revision$
  15.  *
  16.  * @category    MediaSearch
  17.  * @package     MediaSearch_Id3
  18.  * @copyright   Copyright (c) 2009 Sven Strittmatter
  19.  */
  20.  
  21.  /**
  22.   * @see MediaSearch_Exception
  23.   */
  24.  require_once('MediaSearch/Exception.php');
  25.  
  26. /**
  27.  * Exception for the Id3 package.
  28.  *
  29.  * @category   MediaSearch
  30.  * @package    MediaSearch_Id3
  31.  * @copyright  Copyright (c) 2009 Sven Strittmatter
  32.  */
  33.     /**
  34.      * Use this exception code to throw excpetions
  35.      * caused by an unsupported file type.
  36.      */
  37.     const UNSUPPORTED_FILE_TYPE = 1;
  38. }

Documentation generated on Mon, 17 Aug 2009 14:52:24 +0200 by phpDocumentor 1.4.2