PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
sabberworm
/
php-css-parser
/
lib
/
Sabberworm
/
CSS
/
Parsing
<?php namespace Sabberworm\CSS\Parsing; /** * Thrown if the CSS parsers attempts to print something invalid */ class OutputException extends SourceException { public function __construct($sMessage, $iLineNo = 0) { parent::__construct($sMessage, $iLineNo); } }
[-] OutputException.php
[edit]
[+]
..
[-] UnexpectedTokenException.php
[edit]
[-] SourceException.php
[edit]
[-] ParserState.php
[edit]