Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

UnexpectedEOFException{}WC 1.0└─ UnexpectedTokenException

Thrown if the CSS parser encounters end of file it did not expect.

Extends UnexpectedTokenException in order to preserve backwards compatibility.

No Hooks.

Usage

$UnexpectedEOFException = new UnexpectedEOFException();
// use class methods

Methods

No Methods in class.

UnexpectedEOFException{} code WC 10.7.0

class UnexpectedEOFException extends UnexpectedTokenException
{
}