Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
OutputException{}└─ SourceException
Thrown if the CSS parser attempts to print something invalid.
No Hooks.
Usage
$OutputException = new OutputException(); // use class methods
Methods
OutputException{} OutputException{} code WC 10.8.1
class OutputException extends SourceException
{
/**
* @param string $sMessage
* @param int $iLineNo
*/
public function __construct($sMessage, $iLineNo = 0)
{
parent::__construct($sMessage, $iLineNo);
}
}