?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src

?? Viewing: UnexpectedEOFException.php

<?php

namespace Sabberworm\CSS\Parsing;

/**
 * Thrown if the CSS parser encounters end of file it did not expect.
 *
 * Extends `UnexpectedTokenException` in order to preserve backwards compatibility.
 */
class UnexpectedEOFException extends UnexpectedTokenException
{
}


??

??