Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/lib/php-css-parser/Parsing/
Upload File :
Current File : /var/www/ljmtc/cbt/lib/php-css-parser/Parsing/OutputException.php

<?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);
	}
}