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

nepada / email-address / 9737518697

01 Jul 2024 03:07AM UTC coverage: 97.222%. Remained the same
9737518697

Pull #121

github

web-flow
Merge 62937a5a5 into 514532feb
Pull Request #121: Update nette/tester requirement from v2.5.2 to v2.5.3

35 of 36 relevant lines covered (97.22%)

0.97 hits per line

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

100.0
/src/EmailAddress/FailedToNormalizeDomainException.php
1
<?php
2
declare(strict_types = 1);
3

4
namespace Nepada\EmailAddress;
5

6
class FailedToNormalizeDomainException extends \Exception
7
{
8

9
    public function __construct(string $value, ?\Throwable $exception = null)
10
    {
11
        parent::__construct("Unable to normalize domain: '$value'", 0, $exception);
12
    }
13

14
}
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