Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

OutputException::__constructpublicWC 1.0

Method of the class: OutputException{}

No Hooks.

Returns

null. Nothing (null).

Usage

$OutputException = new OutputException();
$OutputException->__construct( $sMessage, $iLineNo );
$sMessage(string) (required)
.
$iLineNo(int)
.

OutputException::__construct() code WC 10.8.1

public function __construct($sMessage, $iLineNo = 0)
{
    parent::__construct($sMessage, $iLineNo);
}