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

ICanBoogie / CLDR / 15865721162

25 Jun 2025 02:12AM UTC coverage: 95.929% (-1.3%) from 97.22%
15865721162

push

github

olvlvl
Add LanguageId and LocaleId

204 of 227 new or added lines in 18 files covered. (89.87%)

1296 of 1351 relevant lines covered (95.93%)

36.59 hits per line

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

0.0
/src/Core/InvalidTransformLocaleExtensions.php
1
<?php
2

3
namespace ICanBoogie\CLDR\Core;
4

5
use ICanBoogie\CLDR\Exception;
6

7
class InvalidTransformLocaleExtensions extends \InvalidArgumentException implements Exception
8
{
9
    public function __construct(string $message, ?\Throwable $previous = null)
10
    {
NEW
11
        parent::__construct($message, previous: $previous);
×
12
    }
13
}
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