Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
OutputException{}└─ SourceException
Thrown if the CSS parser attempts to print something invalid.
Хуков нет.
Использование
$OutputException = new OutputException(); // use class methods
Методы
Код OutputException{} OutputException{} WC 10.4.3
class OutputException extends SourceException
{
/**
* @param string $sMessage
* @param int $iLineNo
*/
public function __construct($sMessage, $iLineNo = 0)
{
parent::__construct($sMessage, $iLineNo);
}
}