Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
1 <?php 2 3 namespace Sabberworm\CSS\Parsing; 4 5 /** 6 * Thrown if the CSS parsers attempts to print something invalid 7 */ 8 class OutputException extends SourceException { 9 public function __construct($sMessage, $iLineNo = 0) { 10 parent::__construct($sMessage, $iLineNo); 11 } 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body