• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MyIntervals / PHP-CSS-Parser / 12973819153

26 Jan 2025 10:31AM UTC coverage: 42.261%. Remained the same
12973819153

Pull #816

github

web-flow
Merge e23ed7536 into 7c6845f83
Pull Request #816: [TASK] Add a release checklist

871 of 2061 relevant lines covered (42.26%)

6.58 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Parsing/OutputException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Sabberworm\CSS\Parsing;
6

7
/**
8
 * Thrown if the CSS parser attempts to print something invalid.
9
 */
10
final class OutputException extends SourceException
11
{
12
    /**
13
     * @param string $sMessage
14
     * @param int $iLineNo
15
     */
16
    public function __construct($sMessage, $iLineNo = 0)
×
17
    {
18
        parent::__construct($sMessage, $iLineNo);
×
19
    }
×
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc