Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
OutputException::__construct
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() OutputException:: construct code WC 10.8.1
public function __construct($sMessage, $iLineNo = 0)
{
parent::__construct($sMessage, $iLineNo);
}