PHP Classes

File: classes/css/parser/exception/css-parser-exception.php

Recommend this page to a friend!
  Classes of Gonzalo Chumillas   PHP Query   classes/css/parser/exception/css-parser-exception.php   Download  
File: classes/css/parser/exception/css-parser-exception.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP Query
Parse and access XML documents as arrays
Author: By
Last change: update
Date: 9 years ago
Size: 832 bytes
 

Contents

Class file image Download
<?php
/**
 * This file contains the CssParserException class.
 *
 * PHP Version 5.3
 *
 * @category CSS
 * @package CssParser
 * @author Gonzalo Chumillas <gonzalo@soloproyectos.com>
 * @license https://raw2.github.com/soloproyectos/php.common-libs/master/LICENSE BSD 2-Clause License
 * @link https://github.com/soloproyectos/php.common-libs
 */
namespace com\soloproyectos\common\css\parser\exception;
use
com\soloproyectos\common\css\exception\CssException;

/**
 * Class CssParserException.
 *
 * @category CSS
 * @package CssParser
 * @author Gonzalo Chumillas <gonzalo@soloproyectos.com>
 * @license https://raw2.github.com/soloproyectos/php.common-libs/master/LICENSE BSD 2-Clause License
 * @link https://github.com/soloproyectos/php.common-libs
 */
class CssParserException extends CssException
{
   
}