WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
sabberworm
/
php-css-parser
/
lib
/
Sabberworm
/
CSS
/
Parsing
/
Name
Action
..
OutputException.php
Edit
UnexpectedTokenException.php
Edit
Editing: OutputException.php
<?php namespace Sabberworm\CSS\Parsing; /** * Thrown if the CSS parsers attempts to print something invalid */ class OutputException extends \Exception { }