We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OutputException
1 parent fa5ff8a commit 3dcc81aCopy full SHA for 3dcc81a
src/Parsing/OutputException.php
@@ -7,13 +7,4 @@
7
/**
8
* Thrown if the CSS parser attempts to print something invalid.
9
*/
10
-final class OutputException extends SourceException
11
-{
12
- /**
13
- * @param int<0, max> $lineNumber
14
- */
15
- public function __construct(string $sMessage, int $lineNumber = 0)
16
- {
17
- parent::__construct($sMessage, $lineNumber);
18
- }
19
-}
+final class OutputException extends SourceException {}
0 commit comments