Current File : //opt/RZphp73/includes/Services/W3C/HTMLValidator/Exception.php |
<?php
/**
* This file contains the exception class for the W3 HTML Validator.
*
* PHP versions 5
*
* @category Services
* @package Services_W3C_HTMLValidator
* @author Brett Bieber <brett.bieber@gmail.com>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @version CVS: $id$
* @link http://pear.php.net/package/Services_W3C_HTMLValidator
* @since File available since Release 1.0.0RC3
*/
require_once 'PEAR/Exception.php';
/**
* Exception handler for the HTMLValidator
*
* PHP versions 5
*
* @category Services
* @package Services_W3C_HTMLValidator
* @author Brett Bieber <brett.bieber@gmail.com>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @link http://pear.php.net/package/Services_W3C_HTMLValidator
*/
class Services_W3C_HTMLValidator_Exception extends PEAR_Exception
{
}